Shades of Aquamarine #8EEED1
Tints of Aquamarine #8EEED1
RGB
CMYK
RGB Variations
Color information
#8EEED1 (or 0x8EEED1) is known color: Aquamarine. HEX triplet: 8E, EE and D1. RGB value is (142,238,209). Sum of RGB (Red+Green+Blue) = 142+238+209=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEED1 is #71112E. Grayscale: #CECECE. Windows color (decimal): -7409967 or 13758094. OLE color: 13758094.
HSL color Cylindrical-coordinate representation of color #8EEED1: hue angle of 161.88º 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 #8EEED1 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 209 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.07 |
| HSL | 161.88º | 0.74% | 0.75% | - |
| HSV(B) | 161.88º | 0.4% | 0.93% | - |
| XYZ | 53.24 | 71.5 | 71.32 | - |
| YUV | 205.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 209 | 0.40 | 0 | 0.12 | 0.07 | 161.88 | 0.74 | 0.75 |
| Hex | 8E | EE | D1 | 28 | 0 | C | 7 | A2 | 4A | 4B |
| Octal | 216 | 356 | 321 | 50 | 0 | 14 | 7 | 242 | 112 | 113 |
| Binary | 10001110 | 11101110 | 11010001 | 101000 | 0 | 1100 | 111 | 10100010 | 1001010 | 1001011 |
Color Harmonies of #8EEED1
Complementary color
Monochromatic Colors of #8EEED1
Black with #8EEED1
Text Example
Text Example
White with #8EEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEED1; }
p { color: rgb(142,238,209); }
H1.HeaderClassName
{
color: #8EEED1;
}
.AnyTagClassName
{
color: #8EEED1;
}
</style>
background-color css
<style>
a { background-color: #8EEED1; }
a { background-color: rgb(142,238,209); }
div.DivClassName
{
background-color: #8EEED1;
}
.BgClassName
{
background-color: #8EEED1;
}
</style>
border-color css
<style>
span { border-color: #8EEED1; }
span { border-color: rgb(142,238,209); }
td.TdClassName
{
border-color: #8EEED1;
}
.TagClassName
{
border-color: #8EEED1;
}
</style>