Shades of Aquamarine #8EFFC0
Tints of Aquamarine #8EFFC0
RGB
CMYK
RGB Variations
Color information
#8EFFC0 (or 0x8EFFC0) is known color: Aquamarine. HEX triplet: 8E, FF and C0. RGB value is (142,255,192). Sum of RGB (Red+Green+Blue) = 142+255+192=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFC0 is #71003F. Grayscale: #D6D6D6. Windows color (decimal): -7405632 or 12648334. OLE color: 12648334.
HSL color Cylindrical-coordinate representation of color #8EFFC0: hue angle of 146.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFFC0 is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 192 | - |
| CMYK | 0.44 | 0 | 0.25 | 0 |
| HSL | 146.55º | 1% | 0.78% | - |
| HSV(B) | 146.55º | 0.44% | 1% | - |
| XYZ | 56.43 | 81.08 | 62.54 | - |
| YUV | 214.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 192 | 0.44 | 0 | 0.25 | 0 | 146.55 | 1 | 0.78 |
| Hex | 8E | FF | C0 | 2C | 0 | 19 | 0 | 93 | 64 | 4E |
| Octal | 216 | 377 | 300 | 54 | 0 | 31 | 0 | 223 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11000000 | 101100 | 0 | 11001 | 0 | 10010011 | 1100100 | 1001110 |
Color Harmonies of #8EFFC0
Complementary color
Monochromatic Colors of #8EFFC0
Black with #8EFFC0
Text Example
Text Example
White with #8EFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFC0; }
p { color: rgb(142,255,192); }
H1.HeaderClassName
{
color: #8EFFC0;
}
.AnyTagClassName
{
color: #8EFFC0;
}
</style>
background-color css
<style>
a { background-color: #8EFFC0; }
a { background-color: rgb(142,255,192); }
div.DivClassName
{
background-color: #8EFFC0;
}
.BgClassName
{
background-color: #8EFFC0;
}
</style>
border-color css
<style>
span { border-color: #8EFFC0; }
span { border-color: rgb(142,255,192); }
td.TdClassName
{
border-color: #8EFFC0;
}
.TagClassName
{
border-color: #8EFFC0;
}
</style>