Shades of Aquamarine #8EFFC5
Tints of Aquamarine #8EFFC5
RGB
CMYK
RGB Variations
Color information
#8EFFC5 (or 0x8EFFC5) is known color: Aquamarine. HEX triplet: 8E, FF and C5. RGB value is (142,255,197). Sum of RGB (Red+Green+Blue) = 142+255+197=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #8EFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFFC5 is #71003A. Grayscale: #D6D6D6. Windows color (decimal): -7405627 or 12976014. OLE color: 12976014.
HSL color Cylindrical-coordinate representation of color #8EFFC5: hue angle of 149.2º 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 #8EFFC5 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 255 | 197 | - |
| CMYK | 0.44 | 0 | 0.23 | 0 |
| HSL | 149.2º | 1% | 0.78% | - |
| HSV(B) | 149.2º | 0.44% | 1% | - |
| XYZ | 56.99 | 81.3 | 65.51 | - |
| YUV | 214.6 | 118.06 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 255 | 197 | 0.44 | 0 | 0.23 | 0 | 149.2 | 1 | 0.78 |
| Hex | 8E | FF | C5 | 2C | 0 | 17 | 0 | 95 | 64 | 4E |
| Octal | 216 | 377 | 305 | 54 | 0 | 27 | 0 | 225 | 144 | 116 |
| Binary | 10001110 | 11111111 | 11000101 | 101100 | 0 | 10111 | 0 | 10010101 | 1100100 | 1001110 |
Color Harmonies of #8EFFC5
Complementary color
Monochromatic Colors of #8EFFC5
Black with #8EFFC5
Text Example
Text Example
White with #8EFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFFC5; }
p { color: rgb(142,255,197); }
H1.HeaderClassName
{
color: #8EFFC5;
}
.AnyTagClassName
{
color: #8EFFC5;
}
</style>
background-color css
<style>
a { background-color: #8EFFC5; }
a { background-color: rgb(142,255,197); }
div.DivClassName
{
background-color: #8EFFC5;
}
.BgClassName
{
background-color: #8EFFC5;
}
</style>
border-color css
<style>
span { border-color: #8EFFC5; }
span { border-color: rgb(142,255,197); }
td.TdClassName
{
border-color: #8EFFC5;
}
.TagClassName
{
border-color: #8EFFC5;
}
</style>