Shades of Medium Aquamarine #66DBAC
Tints of Medium Aquamarine #66DBAC
RGB
CMYK
RGB Variations
Color information
#66DBAC (or 0x66DBAC) is known color: Medium Aquamarine. HEX triplet: 66, DB and AC. RGB value is (102,219,172). Sum of RGB (Red+Green+Blue) = 102+219+172=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBAC is #992453. Grayscale: #B2B2B2. Windows color (decimal): -10036308 or 11328358. OLE color: 11328358.
HSL color Cylindrical-coordinate representation of color #66DBAC: hue angle of 155.9º 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 #66DBAC is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 172 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.14 |
| HSL | 155.9º | 0.62% | 0.63% | - |
| HSV(B) | 155.9º | 0.53% | 0.86% | - |
| XYZ | 38.26 | 56.47 | 47.91 | - |
| YUV | 178.66 | 124.24 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 172 | 0.53 | 0 | 0.21 | 0.14 | 155.9 | 0.62 | 0.63 |
| Hex | 66 | DB | AC | 35 | 0 | 15 | E | 9C | 3E | 3F |
| Octal | 146 | 333 | 254 | 65 | 0 | 25 | 16 | 234 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10101100 | 110101 | 0 | 10101 | 1110 | 10011100 | 111110 | 111111 |
Color Harmonies of #66DBAC
Complementary color
Monochromatic Colors of #66DBAC
Black with #66DBAC
Text Example
Text Example
White with #66DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBAC; }
p { color: rgb(102,219,172); }
H1.HeaderClassName
{
color: #66DBAC;
}
.AnyTagClassName
{
color: #66DBAC;
}
</style>
background-color css
<style>
a { background-color: #66DBAC; }
a { background-color: rgb(102,219,172); }
div.DivClassName
{
background-color: #66DBAC;
}
.BgClassName
{
background-color: #66DBAC;
}
</style>
border-color css
<style>
span { border-color: #66DBAC; }
span { border-color: rgb(102,219,172); }
td.TdClassName
{
border-color: #66DBAC;
}
.TagClassName
{
border-color: #66DBAC;
}
</style>