Shades of Aquamarine #8EEEDB
Tints of Aquamarine #8EEEDB
RGB
CMYK
RGB Variations
Color information
#8EEEDB (or 0x8EEEDB) is known color: Aquamarine. HEX triplet: 8E, EE and DB. RGB value is (142,238,219). Sum of RGB (Red+Green+Blue) = 142+238+219=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEEDB is #711124. Grayscale: #CFCFCF. Windows color (decimal): -7409957 or 14413454. OLE color: 14413454.
HSL color Cylindrical-coordinate representation of color #8EEEDB: hue angle of 168.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEEDB is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 219 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.07 |
| HSL | 168.13º | 0.74% | 0.75% | - |
| HSV(B) | 168.13º | 0.4% | 0.93% | - |
| XYZ | 54.52 | 72.01 | 78.04 | - |
| YUV | 207.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 219 | 0.40 | 0 | 0.08 | 0.07 | 168.13 | 0.74 | 0.75 |
| Hex | 8E | EE | DB | 28 | 0 | 8 | 7 | A8 | 4A | 4B |
| Octal | 216 | 356 | 333 | 50 | 0 | 10 | 7 | 250 | 112 | 113 |
| Binary | 10001110 | 11101110 | 11011011 | 101000 | 0 | 1000 | 111 | 10101000 | 1001010 | 1001011 |
Color Harmonies of #8EEEDB
Complementary color
Monochromatic Colors of #8EEEDB
Black with #8EEEDB
Text Example
Text Example
White with #8EEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEEDB; }
p { color: rgb(142,238,219); }
H1.HeaderClassName
{
color: #8EEEDB;
}
.AnyTagClassName
{
color: #8EEEDB;
}
</style>
background-color css
<style>
a { background-color: #8EEEDB; }
a { background-color: rgb(142,238,219); }
div.DivClassName
{
background-color: #8EEEDB;
}
.BgClassName
{
background-color: #8EEEDB;
}
</style>
border-color css
<style>
span { border-color: #8EEEDB; }
span { border-color: rgb(142,238,219); }
td.TdClassName
{
border-color: #8EEEDB;
}
.TagClassName
{
border-color: #8EEEDB;
}
</style>