Shades of Aquamarine #8EFBE0
Tints of Aquamarine #8EFBE0
RGB
CMYK
RGB Variations
Color information
#8EFBE0 (or 0x8EFBE0) is known color: Aquamarine. HEX triplet: 8E, FB and E0. RGB value is (142,251,224). Sum of RGB (Red+Green+Blue) = 142+251+224=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBE0 is #71041F. Grayscale: #D7D7D7. Windows color (decimal): -7406624 or 14744462. OLE color: 14744462.
HSL color Cylindrical-coordinate representation of color #8EFBE0: hue angle of 165.14º 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 #8EFBE0 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 224 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.02 |
| HSL | 165.14º | 0.93% | 0.77% | - |
| HSV(B) | 165.14º | 0.43% | 0.98% | - |
| XYZ | 59.11 | 80.13 | 82.87 | - |
| YUV | 215.33 | 132.89 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 224 | 0.43 | 0 | 0.11 | 0.02 | 165.14 | 0.93 | 0.77 |
| Hex | 8E | FB | E0 | 2B | 0 | B | 2 | A5 | 5D | 4D |
| Octal | 216 | 373 | 340 | 53 | 0 | 13 | 2 | 245 | 135 | 115 |
| Binary | 10001110 | 11111011 | 11100000 | 101011 | 0 | 1011 | 10 | 10100101 | 1011101 | 1001101 |
Color Harmonies of #8EFBE0
Complementary color
Monochromatic Colors of #8EFBE0
Black with #8EFBE0
Text Example
Text Example
White with #8EFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBE0; }
p { color: rgb(142,251,224); }
H1.HeaderClassName
{
color: #8EFBE0;
}
.AnyTagClassName
{
color: #8EFBE0;
}
</style>
background-color css
<style>
a { background-color: #8EFBE0; }
a { background-color: rgb(142,251,224); }
div.DivClassName
{
background-color: #8EFBE0;
}
.BgClassName
{
background-color: #8EFBE0;
}
</style>
border-color css
<style>
span { border-color: #8EFBE0; }
span { border-color: rgb(142,251,224); }
td.TdClassName
{
border-color: #8EFBE0;
}
.TagClassName
{
border-color: #8EFBE0;
}
</style>