#66D9A9

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

Shades of Medium Aquamarine #66D9A9

Tints of Medium Aquamarine #66D9A9

Color information

#66D9A9 (or 0x66D9A9) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D9 and A9. RGB value is (102,217,169). Sum of RGB (Red+Green+Blue) = 102+217+169=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D9A9 is #992656. Grayscale: #B1B1B1. Windows color (decimal): -10036823 or 11131238. OLE color: 11131238.

HSL color Cylindrical-coordinate representation of color #66D9A9: hue angle of 154.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D9A9 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB102217169-
CMYK0.5300.220.15
HSL154.96º60.21%62.55%-
HSV(B)154.96º53%85.1%-
XYZ37.4555.3246.24-
YUV177.14123.474.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.90%
GREEN value IS 217 (85.16% from 255) = 44.47%
BLUE value IS 169 (66.41% from 255) = 34.63%
R=20.90%
G=44.47%
B=34.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171690.5300.220.15154.9660.2162.55
Hex66D9A935016F9b3c3f
Octal14633125165026172337477
Binary11001101101100110101001110101010110111110011011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,217,169); }

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

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

 a { background-color: rgb(102,217,169); }

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

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

 span { border-color: rgb(102,217,169); }

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