Shades of Aquamarine #8EF6CF
Tints of Aquamarine #8EF6CF
RGB
CMYK
RGB Variations
Color information
#8EF6CF (or 0x8EF6CF) is known color: Aquamarine. HEX triplet: 8E, F6 and CF. RGB value is (142,246,207). Sum of RGB (Red+Green+Blue) = 142+246+207=595 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.87% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF6CF is #710930. Grayscale: #D2D2D2. Windows color (decimal): -7407921 or 13629070. OLE color: 13629070.
HSL color Cylindrical-coordinate representation of color #8EF6CF: hue angle of 157.5º degrees, saturation: 0.85, 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 #8EF6CF is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 246 | 207 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.04 |
| HSL | 157.5º | 0.85% | 0.76% | - |
| HSV(B) | 157.5º | 0.42% | 0.96% | - |
| XYZ | 55.37 | 76.17 | 70.81 | - |
| YUV | 210.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 246 | 207 | 0.42 | 0 | 0.16 | 0.04 | 157.5 | 0.85 | 0.76 |
| Hex | 8E | F6 | CF | 2A | 0 | 10 | 4 | 9E | 55 | 4C |
| Octal | 216 | 366 | 317 | 52 | 0 | 20 | 4 | 236 | 125 | 114 |
| Binary | 10001110 | 11110110 | 11001111 | 101010 | 0 | 10000 | 100 | 10011110 | 1010101 | 1001100 |
Color Harmonies of #8EF6CF
Complementary color
Monochromatic Colors of #8EF6CF
Black with #8EF6CF
Text Example
Text Example
White with #8EF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF6CF; }
p { color: rgb(142,246,207); }
H1.HeaderClassName
{
color: #8EF6CF;
}
.AnyTagClassName
{
color: #8EF6CF;
}
</style>
background-color css
<style>
a { background-color: #8EF6CF; }
a { background-color: rgb(142,246,207); }
div.DivClassName
{
background-color: #8EF6CF;
}
.BgClassName
{
background-color: #8EF6CF;
}
</style>
border-color css
<style>
span { border-color: #8EF6CF; }
span { border-color: rgb(142,246,207); }
td.TdClassName
{
border-color: #8EF6CF;
}
.TagClassName
{
border-color: #8EF6CF;
}
</style>