Shades of Aquamarine #8CFFC9
Tints of Aquamarine #8CFFC9
RGB
CMYK
RGB Variations
Color information
#8CFFC9 (or 0x8CFFC9) is known color: Aquamarine. HEX triplet: 8C, FF and C9. RGB value is (140,255,201). Sum of RGB (Red+Green+Blue) = 140+255+201=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFC9 is #730036. Grayscale: #D6D6D6. Windows color (decimal): -7536695 or 13238156. OLE color: 13238156.
HSL color Cylindrical-coordinate representation of color #8CFFC9: hue angle of 151.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFC9 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 201 | - |
| CMYK | 0.45 | 0 | 0.21 | 0 |
| HSL | 151.83º | 1% | 0.77% | - |
| HSV(B) | 151.83º | 0.45% | 1% | - |
| XYZ | 57.12 | 81.31 | 67.94 | - |
| YUV | 214.46 | 120.4 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 201 | 0.45 | 0 | 0.21 | 0 | 151.83 | 1 | 0.77 |
| Hex | 8C | FF | C9 | 2D | 0 | 15 | 0 | 98 | 64 | 4D |
| Octal | 214 | 377 | 311 | 55 | 0 | 25 | 0 | 230 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11001001 | 101101 | 0 | 10101 | 0 | 10011000 | 1100100 | 1001101 |
Color Harmonies of #8CFFC9
Complementary color
Monochromatic Colors of #8CFFC9
Black with #8CFFC9
Text Example
Text Example
White with #8CFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFC9; }
p { color: rgb(140,255,201); }
H1.HeaderClassName
{
color: #8CFFC9;
}
.AnyTagClassName
{
color: #8CFFC9;
}
</style>
background-color css
<style>
a { background-color: #8CFFC9; }
a { background-color: rgb(140,255,201); }
div.DivClassName
{
background-color: #8CFFC9;
}
.BgClassName
{
background-color: #8CFFC9;
}
</style>
border-color css
<style>
span { border-color: #8CFFC9; }
span { border-color: rgb(140,255,201); }
td.TdClassName
{
border-color: #8CFFC9;
}
.TagClassName
{
border-color: #8CFFC9;
}
</style>