#66D99F

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

Shades of Medium Aquamarine #66D99F

Tints of Medium Aquamarine #66D99F

Color information

#66D99F (or 0x66D99F) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D9 and 9F. RGB value is (102,217,159). Sum of RGB (Red+Green+Blue) = 102+217+159=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #66D99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D99F is #992660. Grayscale: #B0B0B0. Windows color (decimal): -10036833 or 10475878. OLE color: 10475878.

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

Color convert

RGB102217159-
CMYK0.5300.270.15
HSL149.74º60.21%62.55%-
HSV(B)149.74º53%85.1%-
XYZ36.5554.9541.48-
YUV176118.475.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=21.34%
G=45.40%
B=33.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171590.5300.270.15149.7460.2162.55
Hex66D99F3501BF963c3f
Octal14633123765033172267477
Binary11001101101100110011111110101011011111110010110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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