Shades of Aquamarine #8EEFE1
Tints of Aquamarine #8EEFE1
RGB
CMYK
RGB Variations
Color information
#8EEFE1 (or 0x8EEFE1) is known color: Aquamarine. HEX triplet: 8E, EF and E1. RGB value is (142,239,225). Sum of RGB (Red+Green+Blue) = 142+239+225=606 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.43% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEFE1 is #71101E. Grayscale: #D0D0D0. Windows color (decimal): -7409695 or 14806926. OLE color: 14806926.
HSL color Cylindrical-coordinate representation of color #8EEFE1: hue angle of 171.34º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEFE1 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 239 | 225 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.06 |
| HSL | 171.34º | 0.75% | 0.75% | - |
| HSV(B) | 171.34º | 0.41% | 0.94% | - |
| XYZ | 55.61 | 72.92 | 82.38 | - |
| YUV | 208.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 239 | 225 | 0.41 | 0 | 0.06 | 0.06 | 171.34 | 0.75 | 0.75 |
| Hex | 8E | EF | E1 | 29 | 0 | 6 | 6 | AB | 4B | 4B |
| Octal | 216 | 357 | 341 | 51 | 0 | 6 | 6 | 253 | 113 | 113 |
| Binary | 10001110 | 11101111 | 11100001 | 101001 | 0 | 110 | 110 | 10101011 | 1001011 | 1001011 |
Color Harmonies of #8EEFE1
Complementary color
Monochromatic Colors of #8EEFE1
Black with #8EEFE1
Text Example
Text Example
White with #8EEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEFE1; }
p { color: rgb(142,239,225); }
H1.HeaderClassName
{
color: #8EEFE1;
}
.AnyTagClassName
{
color: #8EEFE1;
}
</style>
background-color css
<style>
a { background-color: #8EEFE1; }
a { background-color: rgb(142,239,225); }
div.DivClassName
{
background-color: #8EEFE1;
}
.BgClassName
{
background-color: #8EEFE1;
}
</style>
border-color css
<style>
span { border-color: #8EEFE1; }
span { border-color: rgb(142,239,225); }
td.TdClassName
{
border-color: #8EEFE1;
}
.TagClassName
{
border-color: #8EEFE1;
}
</style>