Shades of Aquamarine #8EFCC0
Tints of Aquamarine #8EFCC0
RGB
CMYK
RGB Variations
Color information
#8EFCC0 (or 0x8EFCC0) is known color: Aquamarine. HEX triplet: 8E, FC and C0. RGB value is (142,252,192). Sum of RGB (Red+Green+Blue) = 142+252+192=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFCC0 is #71033F. Grayscale: #D4D4D4. Windows color (decimal): -7406400 or 12647566. OLE color: 12647566.
HSL color Cylindrical-coordinate representation of color #8EFCC0: hue angle of 147.27º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFCC0 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 252 | 192 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.01 |
| HSL | 147.27º | 0.95% | 0.77% | - |
| HSV(B) | 147.27º | 0.44% | 0.99% | - |
| XYZ | 55.48 | 79.18 | 62.23 | - |
| YUV | 212.27 | 116.56 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 252 | 192 | 0.44 | 0 | 0.24 | 0.01 | 147.27 | 0.95 | 0.77 |
| Hex | 8E | FC | C0 | 2C | 0 | 18 | 1 | 93 | 5F | 4D |
| Octal | 216 | 374 | 300 | 54 | 0 | 30 | 1 | 223 | 137 | 115 |
| Binary | 10001110 | 11111100 | 11000000 | 101100 | 0 | 11000 | 1 | 10010011 | 1011111 | 1001101 |
Color Harmonies of #8EFCC0
Complementary color
Monochromatic Colors of #8EFCC0
Black with #8EFCC0
Text Example
Text Example
White with #8EFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFCC0; }
p { color: rgb(142,252,192); }
H1.HeaderClassName
{
color: #8EFCC0;
}
.AnyTagClassName
{
color: #8EFCC0;
}
</style>
background-color css
<style>
a { background-color: #8EFCC0; }
a { background-color: rgb(142,252,192); }
div.DivClassName
{
background-color: #8EFCC0;
}
.BgClassName
{
background-color: #8EFCC0;
}
</style>
border-color css
<style>
span { border-color: #8EFCC0; }
span { border-color: rgb(142,252,192); }
td.TdClassName
{
border-color: #8EFCC0;
}
.TagClassName
{
border-color: #8EFCC0;
}
</style>