Shades of Medium Aquamarine #66DBAF
Tints of Medium Aquamarine #66DBAF
RGB
CMYK
RGB Variations
Color information
#66DBAF (or 0x66DBAF) is known color: Medium Aquamarine. HEX triplet: 66, DB and AF. RGB value is (102,219,175). Sum of RGB (Red+Green+Blue) = 102+219+175=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBAF is #992450. Grayscale: #B3B3B3. Windows color (decimal): -10036305 or 11524966. OLE color: 11524966.
HSL color Cylindrical-coordinate representation of color #66DBAF: hue angle of 157.44º 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 #66DBAF is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 175 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.14 |
| HSL | 157.44º | 0.62% | 0.63% | - |
| HSV(B) | 157.44º | 0.53% | 0.86% | - |
| XYZ | 38.55 | 56.58 | 49.45 | - |
| YUV | 179 | 125.74 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 175 | 0.53 | 0 | 0.20 | 0.14 | 157.44 | 0.62 | 0.63 |
| Hex | 66 | DB | AF | 35 | 0 | 14 | E | 9D | 3E | 3F |
| Octal | 146 | 333 | 257 | 65 | 0 | 24 | 16 | 235 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10101111 | 110101 | 0 | 10100 | 1110 | 10011101 | 111110 | 111111 |
Color Harmonies of #66DBAF
Complementary color
Monochromatic Colors of #66DBAF
Black with #66DBAF
Text Example
Text Example
White with #66DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBAF; }
p { color: rgb(102,219,175); }
H1.HeaderClassName
{
color: #66DBAF;
}
.AnyTagClassName
{
color: #66DBAF;
}
</style>
background-color css
<style>
a { background-color: #66DBAF; }
a { background-color: rgb(102,219,175); }
div.DivClassName
{
background-color: #66DBAF;
}
.BgClassName
{
background-color: #66DBAF;
}
</style>
border-color css
<style>
span { border-color: #66DBAF; }
span { border-color: rgb(102,219,175); }
td.TdClassName
{
border-color: #66DBAF;
}
.TagClassName
{
border-color: #66DBAF;
}
</style>