Shades of Aquamarine #66F0DB
Tints of Aquamarine #66F0DB
RGB
CMYK
RGB Variations
Color information
#66F0DB (or 0x66F0DB) is known color: Aquamarine. HEX triplet: 66, F0 and DB. RGB value is (102,240,219). Sum of RGB (Red+Green+Blue) = 102+240+219=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0DB is #990F24. Grayscale: #C4C4C4. Windows color (decimal): -10030885 or 14413926. OLE color: 14413926.
HSL color Cylindrical-coordinate representation of color #66F0DB: hue angle of 170.87º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66F0DB is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 219 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.06 |
| HSL | 170.87º | 0.82% | 0.67% | - |
| HSV(B) | 170.87º | 0.58% | 0.94% | - |
| XYZ | 49.43 | 70.26 | 77.97 | - |
| YUV | 196.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 219 | 0.58 | 0 | 0.09 | 0.06 | 170.87 | 0.82 | 0.67 |
| Hex | 66 | F0 | DB | 3A | 0 | 9 | 6 | AB | 52 | 43 |
| Octal | 146 | 360 | 333 | 72 | 0 | 11 | 6 | 253 | 122 | 103 |
| Binary | 1100110 | 11110000 | 11011011 | 111010 | 0 | 1001 | 110 | 10101011 | 1010010 | 1000011 |
Color Harmonies of #66F0DB
Complementary color
Monochromatic Colors of #66F0DB
Black with #66F0DB
Text Example
Text Example
White with #66F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0DB; }
p { color: rgb(102,240,219); }
H1.HeaderClassName
{
color: #66F0DB;
}
.AnyTagClassName
{
color: #66F0DB;
}
</style>
background-color css
<style>
a { background-color: #66F0DB; }
a { background-color: rgb(102,240,219); }
div.DivClassName
{
background-color: #66F0DB;
}
.BgClassName
{
background-color: #66F0DB;
}
</style>
border-color css
<style>
span { border-color: #66F0DB; }
span { border-color: rgb(102,240,219); }
td.TdClassName
{
border-color: #66F0DB;
}
.TagClassName
{
border-color: #66F0DB;
}
</style>