Shades of Medium Aquamarine #66DBA7
Tints of Medium Aquamarine #66DBA7
RGB
CMYK
RGB Variations
Color information
#66DBA7 (or 0x66DBA7) is known color: Medium Aquamarine. HEX triplet: 66, DB and A7. RGB value is (102,219,167). Sum of RGB (Red+Green+Blue) = 102+219+167=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DBA7 is #992458. Grayscale: #B2B2B2. Windows color (decimal): -10036313 or 11000678. OLE color: 11000678.
HSL color Cylindrical-coordinate representation of color #66DBA7: hue angle of 153.33º 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 #66DBA7 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 219 | 167 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.14 |
| HSL | 153.33º | 0.62% | 0.63% | - |
| HSV(B) | 153.33º | 0.53% | 0.86% | - |
| XYZ | 37.79 | 56.28 | 45.43 | - |
| YUV | 178.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 219 | 167 | 0.53 | 0 | 0.24 | 0.14 | 153.33 | 0.62 | 0.63 |
| Hex | 66 | DB | A7 | 35 | 0 | 18 | E | 99 | 3E | 3F |
| Octal | 146 | 333 | 247 | 65 | 0 | 30 | 16 | 231 | 76 | 77 |
| Binary | 1100110 | 11011011 | 10100111 | 110101 | 0 | 11000 | 1110 | 10011001 | 111110 | 111111 |
Color Harmonies of #66DBA7
Complementary color
Monochromatic Colors of #66DBA7
Black with #66DBA7
Text Example
Text Example
White with #66DBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DBA7; }
p { color: rgb(102,219,167); }
H1.HeaderClassName
{
color: #66DBA7;
}
.AnyTagClassName
{
color: #66DBA7;
}
</style>
background-color css
<style>
a { background-color: #66DBA7; }
a { background-color: rgb(102,219,167); }
div.DivClassName
{
background-color: #66DBA7;
}
.BgClassName
{
background-color: #66DBA7;
}
</style>
border-color css
<style>
span { border-color: #66DBA7; }
span { border-color: rgb(102,219,167); }
td.TdClassName
{
border-color: #66DBA7;
}
.TagClassName
{
border-color: #66DBA7;
}
</style>