#66C4AD

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

Shades of Medium Aquamarine #66C4AD

Tints of Medium Aquamarine #66C4AD

Color information

#66C4AD (or 0x66C4AD) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C4 and AD. RGB value is (102,196,173). Sum of RGB (Red+Green+Blue) = 102+196+173=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #66C4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C4AD is #993B52. Grayscale: #A5A5A5. Windows color (decimal): -10042195 or 11388006. OLE color: 11388006.

HSL color Cylindrical-coordinate representation of color #66C4AD: hue angle of 165.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C4AD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB102196173-
CMYK0.4800.120.23
HSL165.32º44.34%58.43%-
HSV(B)165.32º47.96%76.86%-
XYZ32.7645.3246.56-
YUV165.27132.3682.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.66%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=21.66%
G=41.61%
B=36.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021961730.4800.120.23165.3244.3458.43
Hex66C4AD300C17a52c3a
Octal14630425560014272455472
Binary11001101100010010101101110000011001011110100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C4AD; }

 p { color: rgb(102,196,173); }

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

<style>
 a { background-color: #66C4AD; }

 a { background-color: rgb(102,196,173); }

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

<style>
 span { border-color: #66C4AD; }

 span { border-color: rgb(102,196,173); }

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