Shades of Aquamarine #8EF1DB
Tints of Aquamarine #8EF1DB
RGB
CMYK
RGB Variations
Color information
#8EF1DB (or 0x8EF1DB) is known color: Aquamarine. HEX triplet: 8E, F1 and DB. RGB value is (142,241,219). Sum of RGB (Red+Green+Blue) = 142+241+219=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF1DB is #710E24. Grayscale: #D0D0D0. Windows color (decimal): -7409189 or 14414222. OLE color: 14414222.
HSL color Cylindrical-coordinate representation of color #8EF1DB: hue angle of 166.67º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF1DB is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 241 | 219 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.05 |
| HSL | 166.67º | 0.78% | 0.75% | - |
| HSV(B) | 166.67º | 0.41% | 0.95% | - |
| XYZ | 55.4 | 73.78 | 78.34 | - |
| YUV | 208.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 241 | 219 | 0.41 | 0 | 0.09 | 0.05 | 166.67 | 0.78 | 0.75 |
| Hex | 8E | F1 | DB | 29 | 0 | 9 | 5 | A7 | 4E | 4B |
| Octal | 216 | 361 | 333 | 51 | 0 | 11 | 5 | 247 | 116 | 113 |
| Binary | 10001110 | 11110001 | 11011011 | 101001 | 0 | 1001 | 101 | 10100111 | 1001110 | 1001011 |
Color Harmonies of #8EF1DB
Complementary color
Monochromatic Colors of #8EF1DB
Black with #8EF1DB
Text Example
Text Example
White with #8EF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF1DB; }
p { color: rgb(142,241,219); }
H1.HeaderClassName
{
color: #8EF1DB;
}
.AnyTagClassName
{
color: #8EF1DB;
}
</style>
background-color css
<style>
a { background-color: #8EF1DB; }
a { background-color: rgb(142,241,219); }
div.DivClassName
{
background-color: #8EF1DB;
}
.BgClassName
{
background-color: #8EF1DB;
}
</style>
border-color css
<style>
span { border-color: #8EF1DB; }
span { border-color: rgb(142,241,219); }
td.TdClassName
{
border-color: #8EF1DB;
}
.TagClassName
{
border-color: #8EF1DB;
}
</style>