Shades of Aquamarine #8EFBBC
Tints of Aquamarine #8EFBBC
RGB
CMYK
RGB Variations
Color information
#8EFBBC (or 0x8EFBBC) is known color: Aquamarine. HEX triplet: 8E, FB and BC. RGB value is (142,251,188). Sum of RGB (Red+Green+Blue) = 142+251+188=581 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.44% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #8EFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFBBC is #710443. Grayscale: #D3D3D3. Windows color (decimal): -7406660 or 12385166. OLE color: 12385166.
HSL color Cylindrical-coordinate representation of color #8EFBBC: hue angle of 145.32º 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 #8EFBBC is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 251 | 188 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.02 |
| HSL | 145.32º | 0.93% | 0.77% | - |
| HSV(B) | 145.32º | 0.43% | 0.98% | - |
| XYZ | 54.73 | 78.38 | 59.82 | - |
| YUV | 211.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 251 | 188 | 0.43 | 0 | 0.25 | 0.02 | 145.32 | 0.93 | 0.77 |
| Hex | 8E | FB | BC | 2B | 0 | 19 | 2 | 91 | 5D | 4D |
| Octal | 216 | 373 | 274 | 53 | 0 | 31 | 2 | 221 | 135 | 115 |
| Binary | 10001110 | 11111011 | 10111100 | 101011 | 0 | 11001 | 10 | 10010001 | 1011101 | 1001101 |
Color Harmonies of #8EFBBC
Complementary color
Monochromatic Colors of #8EFBBC
Black with #8EFBBC
Text Example
Text Example
White with #8EFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFBBC; }
p { color: rgb(142,251,188); }
H1.HeaderClassName
{
color: #8EFBBC;
}
.AnyTagClassName
{
color: #8EFBBC;
}
</style>
background-color css
<style>
a { background-color: #8EFBBC; }
a { background-color: rgb(142,251,188); }
div.DivClassName
{
background-color: #8EFBBC;
}
.BgClassName
{
background-color: #8EFBBC;
}
</style>
border-color css
<style>
span { border-color: #8EFBBC; }
span { border-color: rgb(142,251,188); }
td.TdClassName
{
border-color: #8EFBBC;
}
.TagClassName
{
border-color: #8EFBBC;
}
</style>