Shades of Aquamarine #8CFFD9
Tints of Aquamarine #8CFFD9
RGB
CMYK
RGB Variations
Color information
#8CFFD9 (or 0x8CFFD9) is known color: Aquamarine. HEX triplet: 8C, FF and D9. RGB value is (140,255,217). Sum of RGB (Red+Green+Blue) = 140+255+217=612 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.88% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFD9 is #730026. Grayscale: #D8D8D8. Windows color (decimal): -7536679 or 14286732. OLE color: 14286732.
HSL color Cylindrical-coordinate representation of color #8CFFD9: hue angle of 160.17º 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 #8CFFD9 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 217 | - |
| CMYK | 0.45 | 0 | 0.15 | 0 |
| HSL | 160.17º | 1% | 0.77% | - |
| HSV(B) | 160.17º | 0.45% | 1% | - |
| XYZ | 59.1 | 82.11 | 78.38 | - |
| YUV | 216.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 217 | 0.45 | 0 | 0.15 | 0 | 160.17 | 1 | 0.77 |
| Hex | 8C | FF | D9 | 2D | 0 | F | 0 | A0 | 64 | 4D |
| Octal | 214 | 377 | 331 | 55 | 0 | 17 | 0 | 240 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11011001 | 101101 | 0 | 1111 | 0 | 10100000 | 1100100 | 1001101 |
Color Harmonies of #8CFFD9
Complementary color
Monochromatic Colors of #8CFFD9
Black with #8CFFD9
Text Example
Text Example
White with #8CFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFD9; }
p { color: rgb(140,255,217); }
H1.HeaderClassName
{
color: #8CFFD9;
}
.AnyTagClassName
{
color: #8CFFD9;
}
</style>
background-color css
<style>
a { background-color: #8CFFD9; }
a { background-color: rgb(140,255,217); }
div.DivClassName
{
background-color: #8CFFD9;
}
.BgClassName
{
background-color: #8CFFD9;
}
</style>
border-color css
<style>
span { border-color: #8CFFD9; }
span { border-color: rgb(140,255,217); }
td.TdClassName
{
border-color: #8CFFD9;
}
.TagClassName
{
border-color: #8CFFD9;
}
</style>