#66DBB3

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

Shades of Medium Aquamarine #66DBB3

Tints of Medium Aquamarine #66DBB3

Color information

#66DBB3 (or 0x66DBB3) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DB and B3. RGB value is (102,219,179). Sum of RGB (Red+Green+Blue) = 102+219+179=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBB3 is #99244C. Grayscale: #B3B3B3. Windows color (decimal): -10036301 or 11787110. OLE color: 11787110.

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

Color convert

RGB102219179-
CMYK0.5300.180.14
HSL159.49º61.9%62.94%-
HSV(B)159.49º53.42%85.88%-
XYZ38.9556.7451.55-
YUV179.46127.7472.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.4%
GREEN value IS 219 (85.94% from 255) = 43.8%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=20.4%
G=43.8%
B=35.8%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022191790.5300.180.14159.4961.962.94
Hex66DBB335012E9f3e3f
Octal14633326365022162377677
Binary11001101101101110110011110101010010111010011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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