Shades of Aquamarine #66F4DB
Tints of Aquamarine #66F4DB
RGB
CMYK
RGB Variations
Color information
#66F4DB (or 0x66F4DB) is known color: Aquamarine. HEX triplet: 66, F4 and DB. RGB value is (102,244,219). Sum of RGB (Red+Green+Blue) = 102+244+219=565 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.05% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #66F4DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F4DB is #990B24. Grayscale: #C6C6C6. Windows color (decimal): -10029861 or 14414950. OLE color: 14414950.
HSL color Cylindrical-coordinate representation of color #66F4DB: hue angle of 169.44º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F4DB is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 244 | 219 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.04 |
| HSL | 169.44º | 0.87% | 0.68% | - |
| HSV(B) | 169.44º | 0.58% | 0.96% | - |
| XYZ | 50.62 | 72.64 | 78.37 | - |
| YUV | 198.69 | 139.46 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 244 | 219 | 0.58 | 0 | 0.10 | 0.04 | 169.44 | 0.87 | 0.68 |
| Hex | 66 | F4 | DB | 3A | 0 | A | 4 | A9 | 57 | 44 |
| Octal | 146 | 364 | 333 | 72 | 0 | 12 | 4 | 251 | 127 | 104 |
| Binary | 1100110 | 11110100 | 11011011 | 111010 | 0 | 1010 | 100 | 10101001 | 1010111 | 1000100 |
Color Harmonies of #66F4DB
Complementary color
Monochromatic Colors of #66F4DB
Black with #66F4DB
Text Example
Text Example
White with #66F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F4DB; }
p { color: rgb(102,244,219); }
H1.HeaderClassName
{
color: #66F4DB;
}
.AnyTagClassName
{
color: #66F4DB;
}
</style>
background-color css
<style>
a { background-color: #66F4DB; }
a { background-color: rgb(102,244,219); }
div.DivClassName
{
background-color: #66F4DB;
}
.BgClassName
{
background-color: #66F4DB;
}
</style>
border-color css
<style>
span { border-color: #66F4DB; }
span { border-color: rgb(102,244,219); }
td.TdClassName
{
border-color: #66F4DB;
}
.TagClassName
{
border-color: #66F4DB;
}
</style>