Shades of Aquamarine #8CFFD7
Tints of Aquamarine #8CFFD7
RGB
CMYK
RGB Variations
Color information
#8CFFD7 (or 0x8CFFD7) is known color: Aquamarine. HEX triplet: 8C, FF and D7. RGB value is (140,255,215). Sum of RGB (Red+Green+Blue) = 140+255+215=610 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.95% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFD7 is #730028. Grayscale: #D8D8D8. Windows color (decimal): -7536681 or 14155660. OLE color: 14155660.
HSL color Cylindrical-coordinate representation of color #8CFFD7: hue angle of 159.13º 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 #8CFFD7 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 215 | - |
| CMYK | 0.45 | 0 | 0.16 | 0 |
| HSL | 159.13º | 1% | 0.77% | - |
| HSV(B) | 159.13º | 0.45% | 1% | - |
| XYZ | 58.84 | 82 | 77.02 | - |
| YUV | 216.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 215 | 0.45 | 0 | 0.16 | 0 | 159.13 | 1 | 0.77 |
| Hex | 8C | FF | D7 | 2D | 0 | 10 | 0 | 9F | 64 | 4D |
| Octal | 214 | 377 | 327 | 55 | 0 | 20 | 0 | 237 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11010111 | 101101 | 0 | 10000 | 0 | 10011111 | 1100100 | 1001101 |
Color Harmonies of #8CFFD7
Complementary color
Monochromatic Colors of #8CFFD7
Black with #8CFFD7
Text Example
Text Example
White with #8CFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFD7; }
p { color: rgb(140,255,215); }
H1.HeaderClassName
{
color: #8CFFD7;
}
.AnyTagClassName
{
color: #8CFFD7;
}
</style>
background-color css
<style>
a { background-color: #8CFFD7; }
a { background-color: rgb(140,255,215); }
div.DivClassName
{
background-color: #8CFFD7;
}
.BgClassName
{
background-color: #8CFFD7;
}
</style>
border-color css
<style>
span { border-color: #8CFFD7; }
span { border-color: rgb(140,255,215); }
td.TdClassName
{
border-color: #8CFFD7;
}
.TagClassName
{
border-color: #8CFFD7;
}
</style>