Shades of Aquamarine #8CFBCE
Tints of Aquamarine #8CFBCE
RGB
CMYK
RGB Variations
Color information
#8CFBCE (or 0x8CFBCE) is known color: Aquamarine. HEX triplet: 8C, FB and CE. RGB value is (140,251,206). Sum of RGB (Red+Green+Blue) = 140+251+206=597 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.45% from 597); Green value is 251 (98.44% from 255 or 42.04% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFBCE is #730431. Grayscale: #D4D4D4. Windows color (decimal): -7537714 or 13564812. OLE color: 13564812.
HSL color Cylindrical-coordinate representation of color #8CFBCE: hue angle of 155.68º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBCE is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 206 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.02 |
| HSL | 155.68º | 0.93% | 0.77% | - |
| HSV(B) | 155.68º | 0.44% | 0.98% | - |
| XYZ | 56.45 | 79.03 | 70.67 | - |
| YUV | 212.68 | 124.23 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 206 | 0.44 | 0 | 0.18 | 0.02 | 155.68 | 0.93 | 0.77 |
| Hex | 8C | FB | CE | 2C | 0 | 12 | 2 | 9C | 5D | 4D |
| Octal | 214 | 373 | 316 | 54 | 0 | 22 | 2 | 234 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11001110 | 101100 | 0 | 10010 | 10 | 10011100 | 1011101 | 1001101 |
Color Harmonies of #8CFBCE
Complementary color
Monochromatic Colors of #8CFBCE
Black with #8CFBCE
Text Example
Text Example
White with #8CFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBCE; }
p { color: rgb(140,251,206); }
H1.HeaderClassName
{
color: #8CFBCE;
}
.AnyTagClassName
{
color: #8CFBCE;
}
</style>
background-color css
<style>
a { background-color: #8CFBCE; }
a { background-color: rgb(140,251,206); }
div.DivClassName
{
background-color: #8CFBCE;
}
.BgClassName
{
background-color: #8CFBCE;
}
</style>
border-color css
<style>
span { border-color: #8CFBCE; }
span { border-color: rgb(140,251,206); }
td.TdClassName
{
border-color: #8CFBCE;
}
.TagClassName
{
border-color: #8CFBCE;
}
</style>