#66DBB2

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

Shades of Medium Aquamarine #66DBB2

Tints of Medium Aquamarine #66DBB2

Color information

#66DBB2 (or 0x66DBB2) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DB and B2. RGB value is (102,219,178). Sum of RGB (Red+Green+Blue) = 102+219+178=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBB2 is #99244D. Grayscale: #B3B3B3. Windows color (decimal): -10036302 or 11721574. OLE color: 11721574.

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

Color convert

RGB102219178-
CMYK0.5300.190.14
HSL158.97º61.9%62.94%-
HSV(B)158.97º53.42%85.88%-
XYZ38.8556.751.02-
YUV179.34127.2472.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 219 (85.94% from 255) = 43.89%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=20.44%
G=43.89%
B=35.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022191780.5300.190.14158.9761.962.94
Hex66DBB235013E9f3e3f
Octal14633326265023162377677
Binary11001101101101110110010110101010011111010011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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