#75CDAD

Color #75CDAD Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #75CDAD

Tints of Medium Aquamarine #75CDAD

Color information

#75CDAD (or 0x75CDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 75, CD and AD. RGB value is (117,205,173). Sum of RGB (Red+Green+Blue) = 117+205+173=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #75CDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CDAD is #8A3252. Grayscale: #AFAFAF. Windows color (decimal): -9056851 or 11390325. OLE color: 11390325.

HSL color Cylindrical-coordinate representation of color #75CDAD: hue angle of 158.18º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CDAD is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB117205173-
CMYK0.4300.160.20
HSL158.18º46.81%63.14%-
HSV(B)158.18º42.93%80.39%-
XYZ36.7150.4647.34-
YUV175.04126.8586.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 23.64%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=23.64%
G=41.41%
B=34.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1172051730.4300.160.20158.1846.8163.14
Hex75CDAD2B010149e2f3f
Octal16531525553020242365777
Binary111010111001101101011011010110100001010010011110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75CDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75CDAD; }

 p { color: rgb(117,205,173); }

 H1.HeaderClassName
 {
   color: #75CDAD;
 }
 .AnyTagClassName
 {
   color: #75CDAD;
 }
</style>
background-color css

<style>
 a { background-color: #75CDAD; }

 a { background-color: rgb(117,205,173); }

 div.DivClassName
 {
   background-color: #75CDAD;
 }
 .BgClassName
 {
   background-color: #75CDAD;
 }
</style>
border-color css

<style>
 span { border-color: #75CDAD; }

 span { border-color: rgb(117,205,173); }

 td.TdClassName
 {
   border-color: #75CDAD;
 }
 .TagClassName
 {
   border-color: #75CDAD;
 }
</style>