Shades of Aquamarine #8EEDD5
Tints of Aquamarine #8EEDD5
RGB
CMYK
RGB Variations
Color information
#8EEDD5 (or 0x8EEDD5) is known color: Aquamarine. HEX triplet: 8E, ED and D5. RGB value is (142,237,213). Sum of RGB (Red+Green+Blue) = 142+237+213=592 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.99% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDD5 is #71122A. Grayscale: #CDCDCD. Windows color (decimal): -7410219 or 14019982. OLE color: 14019982.
HSL color Cylindrical-coordinate representation of color #8EEDD5: hue angle of 164.84º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDD5 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 213 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.07 |
| HSL | 164.84º | 0.73% | 0.74% | - |
| HSV(B) | 164.84º | 0.4% | 0.93% | - |
| XYZ | 53.45 | 71.12 | 73.86 | - |
| YUV | 205.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 213 | 0.40 | 0 | 0.10 | 0.07 | 164.84 | 0.73 | 0.74 |
| Hex | 8E | ED | D5 | 28 | 0 | A | 7 | A5 | 49 | 4A |
| Octal | 216 | 355 | 325 | 50 | 0 | 12 | 7 | 245 | 111 | 112 |
| Binary | 10001110 | 11101101 | 11010101 | 101000 | 0 | 1010 | 111 | 10100101 | 1001001 | 1001010 |
Color Harmonies of #8EEDD5
Complementary color
Monochromatic Colors of #8EEDD5
Black with #8EEDD5
Text Example
Text Example
White with #8EEDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEDD5; }
p { color: rgb(142,237,213); }
H1.HeaderClassName
{
color: #8EEDD5;
}
.AnyTagClassName
{
color: #8EEDD5;
}
</style>
background-color css
<style>
a { background-color: #8EEDD5; }
a { background-color: rgb(142,237,213); }
div.DivClassName
{
background-color: #8EEDD5;
}
.BgClassName
{
background-color: #8EEDD5;
}
</style>
border-color css
<style>
span { border-color: #8EEDD5; }
span { border-color: rgb(142,237,213); }
td.TdClassName
{
border-color: #8EEDD5;
}
.TagClassName
{
border-color: #8EEDD5;
}
</style>