#66DB9E

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

Shades of Medium Aquamarine #66DB9E

Tints of Medium Aquamarine #66DB9E

Color information

#66DB9E (or 0x66DB9E) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DB and 9E. RGB value is (102,219,158). Sum of RGB (Red+Green+Blue) = 102+219+158=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DB9E is #992461. Grayscale: #B1B1B1. Windows color (decimal): -10036322 or 10410854. OLE color: 10410854.

HSL color Cylindrical-coordinate representation of color #66DB9E: hue angle of 148.72º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DB9E is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB102219158-
CMYK0.5300.280.14
HSL148.72º61.9%62.94%-
HSV(B)148.72º53.42%85.88%-
XYZ36.9855.9641.2-
YUV177.06117.2474.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=21.29%
G=45.72%
B=32.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022191580.5300.280.14148.7261.962.94
Hex66DB9E3501CE953e3f
Octal14633323665034162257677
Binary11001101101101110011110110101011100111010010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,219,158); }

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

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

 a { background-color: rgb(102,219,158); }

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

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

 span { border-color: rgb(102,219,158); }

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