Shades of Aquamarine #8EF5C7
Tints of Aquamarine #8EF5C7
RGB
CMYK
RGB Variations
Color information
#8EF5C7 (or 0x8EF5C7) is known color: Aquamarine. HEX triplet: 8E, F5 and C7. RGB value is (142,245,199). Sum of RGB (Red+Green+Blue) = 142+245+199=586 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.23% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF5C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF5C7 is #710A38. Grayscale: #D1D1D1. Windows color (decimal): -7408185 or 13104526. OLE color: 13104526.
HSL color Cylindrical-coordinate representation of color #8EF5C7: hue angle of 153.2º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF5C7 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 245 | 199 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.04 |
| HSL | 153.2º | 0.84% | 0.76% | - |
| HSV(B) | 153.2º | 0.42% | 0.96% | - |
| XYZ | 54.12 | 75.18 | 65.69 | - |
| YUV | 208.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 245 | 199 | 0.42 | 0 | 0.19 | 0.04 | 153.2 | 0.84 | 0.76 |
| Hex | 8E | F5 | C7 | 2A | 0 | 13 | 4 | 99 | 54 | 4C |
| Octal | 216 | 365 | 307 | 52 | 0 | 23 | 4 | 231 | 124 | 114 |
| Binary | 10001110 | 11110101 | 11000111 | 101010 | 0 | 10011 | 100 | 10011001 | 1010100 | 1001100 |
Color Harmonies of #8EF5C7
Complementary color
Monochromatic Colors of #8EF5C7
Black with #8EF5C7
Text Example
Text Example
White with #8EF5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF5C7; }
p { color: rgb(142,245,199); }
H1.HeaderClassName
{
color: #8EF5C7;
}
.AnyTagClassName
{
color: #8EF5C7;
}
</style>
background-color css
<style>
a { background-color: #8EF5C7; }
a { background-color: rgb(142,245,199); }
div.DivClassName
{
background-color: #8EF5C7;
}
.BgClassName
{
background-color: #8EF5C7;
}
</style>
border-color css
<style>
span { border-color: #8EF5C7; }
span { border-color: rgb(142,245,199); }
td.TdClassName
{
border-color: #8EF5C7;
}
.TagClassName
{
border-color: #8EF5C7;
}
</style>