#66D9A0

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

Shades of Medium Aquamarine #66D9A0

Tints of Medium Aquamarine #66D9A0

Color information

#66D9A0 (or 0x66D9A0) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D9 and A0. RGB value is (102,217,160). Sum of RGB (Red+Green+Blue) = 102+217+160=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #66D9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D9A0 is #99265F. Grayscale: #B0B0B0. Windows color (decimal): -10036832 or 10541414. OLE color: 10541414.

HSL color Cylindrical-coordinate representation of color #66D9A0: hue angle of 150.26º 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 #66D9A0 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB102217160-
CMYK0.5300.260.15
HSL150.26º60.21%62.55%-
HSV(B)150.26º53%85.1%-
XYZ36.6454.9941.94-
YUV176.12118.975.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=21.29%
G=45.30%
B=33.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171600.5300.260.15150.2660.2162.55
Hex66D9A03501AF963c3f
Octal14633124065032172267477
Binary11001101101100110100000110101011010111110010110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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