Shades of Aquamarine #66F1DB
Tints of Aquamarine #66F1DB
RGB
CMYK
RGB Variations
Color information
#66F1DB (or 0x66F1DB) is known color: Aquamarine. HEX triplet: 66, F1 and DB. RGB value is (102,241,219). Sum of RGB (Red+Green+Blue) = 102+241+219=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F1DB is #990E24. Grayscale: #C4C4C4. Windows color (decimal): -10030629 or 14414182. OLE color: 14414182.
HSL color Cylindrical-coordinate representation of color #66F1DB: hue angle of 170.5º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F1DB is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 219 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.05 |
| HSL | 170.5º | 0.83% | 0.67% | - |
| HSV(B) | 170.5º | 0.58% | 0.95% | - |
| XYZ | 49.72 | 70.85 | 78.07 | - |
| YUV | 196.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 219 | 0.58 | 0 | 0.09 | 0.05 | 170.5 | 0.83 | 0.67 |
| Hex | 66 | F1 | DB | 3A | 0 | 9 | 5 | AB | 53 | 43 |
| Octal | 146 | 361 | 333 | 72 | 0 | 11 | 5 | 253 | 123 | 103 |
| Binary | 1100110 | 11110001 | 11011011 | 111010 | 0 | 1001 | 101 | 10101011 | 1010011 | 1000011 |
Color Harmonies of #66F1DB
Complementary color
Monochromatic Colors of #66F1DB
Black with #66F1DB
Text Example
Text Example
White with #66F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F1DB; }
p { color: rgb(102,241,219); }
H1.HeaderClassName
{
color: #66F1DB;
}
.AnyTagClassName
{
color: #66F1DB;
}
</style>
background-color css
<style>
a { background-color: #66F1DB; }
a { background-color: rgb(102,241,219); }
div.DivClassName
{
background-color: #66F1DB;
}
.BgClassName
{
background-color: #66F1DB;
}
</style>
border-color css
<style>
span { border-color: #66F1DB; }
span { border-color: rgb(102,241,219); }
td.TdClassName
{
border-color: #66F1DB;
}
.TagClassName
{
border-color: #66F1DB;
}
</style>