Shades of Aquamarine #8EFBE9
Tints of Aquamarine #8EFBE9
RGB
CMYK
RGB Variations
Color information
#8EFBE9 (or 0x8EFBE9) is known color: Aquamarine. HEX triplet: 8E, FB and E9. RGB value is (142,251,233). Sum of RGB (Red+Green+Blue) = 142+251+233=626 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.68% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EFBE9 is #710416. Grayscale: #D8D8D8. Windows color (decimal): -7406615 or 15334286. OLE color: 15334286.
HSL color Cylindrical-coordinate representation of color #8EFBE9: hue angle of 170.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFBE9 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 233 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.02 |
| HSL | 170.09º | 0.93% | 0.77% | - |
| HSV(B) | 170.09º | 0.43% | 0.98% | - |
| XYZ | 60.36 | 80.63 | 89.47 | - |
| YUV | 216.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 233 | 0.43 | 0 | 0.07 | 0.02 | 170.09 | 0.93 | 0.77 |
| Hex | 8E | FB | E9 | 2B | 0 | 7 | 2 | AA | 5D | 4D |
| Octal | 216 | 373 | 351 | 53 | 0 | 7 | 2 | 252 | 135 | 115 |
| Binary | 10001110 | 11111011 | 11101001 | 101011 | 0 | 111 | 10 | 10101010 | 1011101 | 1001101 |
Color Harmonies of #8EFBE9
Complementary color
Monochromatic Colors of #8EFBE9
Black with #8EFBE9
Text Example
Text Example
White with #8EFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBE9; }
p { color: rgb(142,251,233); }
H1.HeaderClassName
{
color: #8EFBE9;
}
.AnyTagClassName
{
color: #8EFBE9;
}
</style>
background-color css
<style>
a { background-color: #8EFBE9; }
a { background-color: rgb(142,251,233); }
div.DivClassName
{
background-color: #8EFBE9;
}
.BgClassName
{
background-color: #8EFBE9;
}
</style>
border-color css
<style>
span { border-color: #8EFBE9; }
span { border-color: rgb(142,251,233); }
td.TdClassName
{
border-color: #8EFBE9;
}
.TagClassName
{
border-color: #8EFBE9;
}
</style>