Shades of Aquamarine #8EF0DB
Tints of Aquamarine #8EF0DB
RGB
CMYK
RGB Variations
Color information
#8EF0DB (or 0x8EF0DB) is known color: Aquamarine. HEX triplet: 8E, F0 and DB. RGB value is (142,240,219). Sum of RGB (Red+Green+Blue) = 142+240+219=601 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.63% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF0DB is #710F24. Grayscale: #D0D0D0. Windows color (decimal): -7409445 or 14413966. OLE color: 14413966.
HSL color Cylindrical-coordinate representation of color #8EF0DB: hue angle of 167.14º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF0DB is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 240 | 219 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.06 |
| HSL | 167.14º | 0.77% | 0.75% | - |
| HSV(B) | 167.14º | 0.41% | 0.94% | - |
| XYZ | 55.1 | 73.19 | 78.24 | - |
| YUV | 208.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 240 | 219 | 0.41 | 0 | 0.09 | 0.06 | 167.14 | 0.77 | 0.75 |
| Hex | 8E | F0 | DB | 29 | 0 | 9 | 6 | A7 | 4D | 4B |
| Octal | 216 | 360 | 333 | 51 | 0 | 11 | 6 | 247 | 115 | 113 |
| Binary | 10001110 | 11110000 | 11011011 | 101001 | 0 | 1001 | 110 | 10100111 | 1001101 | 1001011 |
Color Harmonies of #8EF0DB
Complementary color
Monochromatic Colors of #8EF0DB
Black with #8EF0DB
Text Example
Text Example
White with #8EF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF0DB; }
p { color: rgb(142,240,219); }
H1.HeaderClassName
{
color: #8EF0DB;
}
.AnyTagClassName
{
color: #8EF0DB;
}
</style>
background-color css
<style>
a { background-color: #8EF0DB; }
a { background-color: rgb(142,240,219); }
div.DivClassName
{
background-color: #8EF0DB;
}
.BgClassName
{
background-color: #8EF0DB;
}
</style>
border-color css
<style>
span { border-color: #8EF0DB; }
span { border-color: rgb(142,240,219); }
td.TdClassName
{
border-color: #8EF0DB;
}
.TagClassName
{
border-color: #8EF0DB;
}
</style>