Shades of Aquamarine #8CF6CE
Tints of Aquamarine #8CF6CE
RGB
CMYK
RGB Variations
Color information
#8CF6CE (or 0x8CF6CE) is known color: Aquamarine. HEX triplet: 8C, F6 and CE. RGB value is (140,246,206). Sum of RGB (Red+Green+Blue) = 140+246+206=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF6CE is #730931. Grayscale: #D1D1D1. Windows color (decimal): -7538994 or 13563532. OLE color: 13563532.
HSL color Cylindrical-coordinate representation of color #8CF6CE: hue angle of 157.36º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF6CE is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 246 | 206 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.04 |
| HSL | 157.36º | 0.85% | 0.76% | - |
| HSV(B) | 157.36º | 0.43% | 0.96% | - |
| XYZ | 54.91 | 75.94 | 70.16 | - |
| YUV | 209.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 246 | 206 | 0.43 | 0 | 0.16 | 0.04 | 157.36 | 0.85 | 0.76 |
| Hex | 8C | F6 | CE | 2B | 0 | 10 | 4 | 9D | 55 | 4C |
| Octal | 214 | 366 | 316 | 53 | 0 | 20 | 4 | 235 | 125 | 114 |
| Binary | 10001100 | 11110110 | 11001110 | 101011 | 0 | 10000 | 100 | 10011101 | 1010101 | 1001100 |
Color Harmonies of #8CF6CE
Complementary color
Monochromatic Colors of #8CF6CE
Black with #8CF6CE
Text Example
Text Example
White with #8CF6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF6CE; }
p { color: rgb(140,246,206); }
H1.HeaderClassName
{
color: #8CF6CE;
}
.AnyTagClassName
{
color: #8CF6CE;
}
</style>
background-color css
<style>
a { background-color: #8CF6CE; }
a { background-color: rgb(140,246,206); }
div.DivClassName
{
background-color: #8CF6CE;
}
.BgClassName
{
background-color: #8CF6CE;
}
</style>
border-color css
<style>
span { border-color: #8CF6CE; }
span { border-color: rgb(140,246,206); }
td.TdClassName
{
border-color: #8CF6CE;
}
.TagClassName
{
border-color: #8CF6CE;
}
</style>