Shades of Aquamarine #8EF6CB
Tints of Aquamarine #8EF6CB
RGB
CMYK
RGB Variations
Color information
#8EF6CB (or 0x8EF6CB) is known color: Aquamarine. HEX triplet: 8E, F6 and CB. RGB value is (142,246,203). Sum of RGB (Red+Green+Blue) = 142+246+203=591 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.03% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EF6CB is #710934. Grayscale: #D2D2D2. Windows color (decimal): -7407925 or 13366926. OLE color: 13366926.
HSL color Cylindrical-coordinate representation of color #8EF6CB: hue angle of 155.19º 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 #8EF6CB is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 246 | 203 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.04 |
| HSL | 155.19º | 0.85% | 0.76% | - |
| HSV(B) | 155.19º | 0.42% | 0.96% | - |
| XYZ | 54.89 | 75.97 | 68.27 | - |
| YUV | 210 | 124.04 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 246 | 203 | 0.42 | 0 | 0.17 | 0.04 | 155.19 | 0.85 | 0.76 |
| Hex | 8E | F6 | CB | 2A | 0 | 11 | 4 | 9B | 55 | 4C |
| Octal | 216 | 366 | 313 | 52 | 0 | 21 | 4 | 233 | 125 | 114 |
| Binary | 10001110 | 11110110 | 11001011 | 101010 | 0 | 10001 | 100 | 10011011 | 1010101 | 1001100 |
Color Harmonies of #8EF6CB
Complementary color
Monochromatic Colors of #8EF6CB
Black with #8EF6CB
Text Example
Text Example
White with #8EF6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF6CB; }
p { color: rgb(142,246,203); }
H1.HeaderClassName
{
color: #8EF6CB;
}
.AnyTagClassName
{
color: #8EF6CB;
}
</style>
background-color css
<style>
a { background-color: #8EF6CB; }
a { background-color: rgb(142,246,203); }
div.DivClassName
{
background-color: #8EF6CB;
}
.BgClassName
{
background-color: #8EF6CB;
}
</style>
border-color css
<style>
span { border-color: #8EF6CB; }
span { border-color: rgb(142,246,203); }
td.TdClassName
{
border-color: #8EF6CB;
}
.TagClassName
{
border-color: #8EF6CB;
}
</style>