Shades of Aquamarine #8EF4DB
Tints of Aquamarine #8EF4DB
RGB
CMYK
RGB Variations
Color information
#8EF4DB (or 0x8EF4DB) is known color: Aquamarine. HEX triplet: 8E, F4 and DB. RGB value is (142,244,219). Sum of RGB (Red+Green+Blue) = 142+244+219=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF4DB is #710B24. Grayscale: #D2D2D2. Windows color (decimal): -7408421 or 14414990. OLE color: 14414990.
HSL color Cylindrical-coordinate representation of color #8EF4DB: hue angle of 165.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF4DB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 219 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.04 |
| HSL | 165.29º | 0.82% | 0.76% | - |
| HSV(B) | 165.29º | 0.42% | 0.96% | - |
| XYZ | 56.29 | 75.57 | 78.64 | - |
| YUV | 210.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 219 | 0.42 | 0 | 0.10 | 0.04 | 165.29 | 0.82 | 0.76 |
| Hex | 8E | F4 | DB | 2A | 0 | A | 4 | A5 | 52 | 4C |
| Octal | 216 | 364 | 333 | 52 | 0 | 12 | 4 | 245 | 122 | 114 |
| Binary | 10001110 | 11110100 | 11011011 | 101010 | 0 | 1010 | 100 | 10100101 | 1010010 | 1001100 |
Color Harmonies of #8EF4DB
Complementary color
Monochromatic Colors of #8EF4DB
Black with #8EF4DB
Text Example
Text Example
White with #8EF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF4DB; }
p { color: rgb(142,244,219); }
H1.HeaderClassName
{
color: #8EF4DB;
}
.AnyTagClassName
{
color: #8EF4DB;
}
</style>
background-color css
<style>
a { background-color: #8EF4DB; }
a { background-color: rgb(142,244,219); }
div.DivClassName
{
background-color: #8EF4DB;
}
.BgClassName
{
background-color: #8EF4DB;
}
</style>
border-color css
<style>
span { border-color: #8EF4DB; }
span { border-color: rgb(142,244,219); }
td.TdClassName
{
border-color: #8EF4DB;
}
.TagClassName
{
border-color: #8EF4DB;
}
</style>