#66DBAA

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

Shades of Medium Aquamarine #66DBAA

Tints of Medium Aquamarine #66DBAA

Color information

#66DBAA (or 0x66DBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 66, DB and AA. RGB value is (102,219,170). Sum of RGB (Red+Green+Blue) = 102+219+170=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBAA is #992455. Grayscale: #B2B2B2. Windows color (decimal): -10036310 or 11197286. OLE color: 11197286.

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

Color convert

RGB102219170-
CMYK0.5300.220.14
HSL154.87º61.9%62.94%-
HSV(B)154.87º53.42%85.88%-
XYZ38.0756.3946.91-
YUV178.43123.2473.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.77%
GREEN value IS 219 (85.94% from 255) = 44.60%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=20.77%
G=44.60%
B=34.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1022191700.5300.220.14154.8761.962.94
Hex66DBAA35016E9b3e3f
Octal14633325265026162337677
Binary11001101101101110101010110101010110111010011011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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