Shades of Aquamarine #8CFCD6
Tints of Aquamarine #8CFCD6
RGB
CMYK
RGB Variations
Color information
#8CFCD6 (or 0x8CFCD6) is known color: Aquamarine. HEX triplet: 8C, FC and D6. RGB value is (140,252,214). Sum of RGB (Red+Green+Blue) = 140+252+214=606 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.10% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCD6 is #730329. Grayscale: #D6D6D6. Windows color (decimal): -7537450 or 14089356. OLE color: 14089356.
HSL color Cylindrical-coordinate representation of color #8CFCD6: hue angle of 159.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFCD6 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 214 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.01 |
| HSL | 159.64º | 0.95% | 0.77% | - |
| HSV(B) | 159.64º | 0.44% | 0.99% | - |
| XYZ | 57.76 | 80.05 | 76.03 | - |
| YUV | 214.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 214 | 0.44 | 0 | 0.15 | 0.01 | 159.64 | 0.95 | 0.77 |
| Hex | 8C | FC | D6 | 2C | 0 | F | 1 | A0 | 5F | 4D |
| Octal | 214 | 374 | 326 | 54 | 0 | 17 | 1 | 240 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11010110 | 101100 | 0 | 1111 | 1 | 10100000 | 1011111 | 1001101 |
Color Harmonies of #8CFCD6
Complementary color
Monochromatic Colors of #8CFCD6
Black with #8CFCD6
Text Example
Text Example
White with #8CFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCD6; }
p { color: rgb(140,252,214); }
H1.HeaderClassName
{
color: #8CFCD6;
}
.AnyTagClassName
{
color: #8CFCD6;
}
</style>
background-color css
<style>
a { background-color: #8CFCD6; }
a { background-color: rgb(140,252,214); }
div.DivClassName
{
background-color: #8CFCD6;
}
.BgClassName
{
background-color: #8CFCD6;
}
</style>
border-color css
<style>
span { border-color: #8CFCD6; }
span { border-color: rgb(140,252,214); }
td.TdClassName
{
border-color: #8CFCD6;
}
.TagClassName
{
border-color: #8CFCD6;
}
</style>