Shades of Aquamarine #66FFDB
Tints of Aquamarine #66FFDB
RGB
CMYK
RGB Variations
Color information
#66FFDB (or 0x66FFDB) is known color: Aquamarine. HEX triplet: 66, FF and DB. RGB value is (102,255,219). Sum of RGB (Red+Green+Blue) = 102+255+219=576 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.71% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFDB is #990024. Grayscale: #CDCDCD. Windows color (decimal): -10027045 or 14417766. OLE color: 14417766.
HSL color Cylindrical-coordinate representation of color #66FFDB: hue angle of 165.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFDB is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 219 | - |
| CMYK | 0.6 | 0 | 0.14 | 0 |
| HSL | 165.88º | 1% | 0.7% | - |
| HSV(B) | 165.88º | 0.6% | 1% | - |
| XYZ | 54.03 | 79.46 | 79.51 | - |
| YUV | 205.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 219 | 0.6 | 0 | 0.14 | 0 | 165.88 | 1 | 0.7 |
| Hex | 66 | FF | DB | 3C | 0 | E | 0 | A6 | 64 | 46 |
| Octal | 146 | 377 | 333 | 74 | 0 | 16 | 0 | 246 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11011011 | 111100 | 0 | 1110 | 0 | 10100110 | 1100100 | 1000110 |
Color Harmonies of #66FFDB
Complementary color
Monochromatic Colors of #66FFDB
Black with #66FFDB
Text Example
Text Example
White with #66FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFDB; }
p { color: rgb(102,255,219); }
H1.HeaderClassName
{
color: #66FFDB;
}
.AnyTagClassName
{
color: #66FFDB;
}
</style>
background-color css
<style>
a { background-color: #66FFDB; }
a { background-color: rgb(102,255,219); }
div.DivClassName
{
background-color: #66FFDB;
}
.BgClassName
{
background-color: #66FFDB;
}
</style>
border-color css
<style>
span { border-color: #66FFDB; }
span { border-color: rgb(102,255,219); }
td.TdClassName
{
border-color: #66FFDB;
}
.TagClassName
{
border-color: #66FFDB;
}
</style>