Shades of Aquamarine #8CFECE
Tints of Aquamarine #8CFECE
RGB
CMYK
RGB Variations
Color information
#8CFECE (or 0x8CFECE) is known color: Aquamarine. HEX triplet: 8C, FE and CE. RGB value is (140,254,206). Sum of RGB (Red+Green+Blue) = 140+254+206=600 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.33% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFECE is #730131. Grayscale: #D6D6D6. Windows color (decimal): -7536946 or 13565580. OLE color: 13565580.
HSL color Cylindrical-coordinate representation of color #8CFECE: hue angle of 154.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFECE is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 206 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.00 |
| HSL | 154.74º | 0.98% | 0.77% | - |
| HSV(B) | 154.74º | 0.45% | 1% | - |
| XYZ | 57.4 | 80.92 | 70.99 | - |
| YUV | 214.44 | 123.23 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 206 | 0.45 | 0 | 0.19 | 0.00 | 154.74 | 0.98 | 0.77 |
| Hex | 8C | FE | CE | 2D | 0 | 13 | 0 | 9B | 62 | 4D |
| Octal | 214 | 376 | 316 | 55 | 0 | 23 | 0 | 233 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11001110 | 101101 | 0 | 10011 | 0 | 10011011 | 1100010 | 1001101 |
Color Harmonies of #8CFECE
Complementary color
Monochromatic Colors of #8CFECE
Black with #8CFECE
Text Example
Text Example
White with #8CFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFECE; }
p { color: rgb(140,254,206); }
H1.HeaderClassName
{
color: #8CFECE;
}
.AnyTagClassName
{
color: #8CFECE;
}
</style>
background-color css
<style>
a { background-color: #8CFECE; }
a { background-color: rgb(140,254,206); }
div.DivClassName
{
background-color: #8CFECE;
}
.BgClassName
{
background-color: #8CFECE;
}
</style>
border-color css
<style>
span { border-color: #8CFECE; }
span { border-color: rgb(140,254,206); }
td.TdClassName
{
border-color: #8CFECE;
}
.TagClassName
{
border-color: #8CFECE;
}
</style>