Shades of Aquamarine #8CFCD1
Tints of Aquamarine #8CFCD1
RGB
CMYK
RGB Variations
Color information
#8CFCD1 (or 0x8CFCD1) is known color: Aquamarine. HEX triplet: 8C, FC and D1. RGB value is (140,252,209). Sum of RGB (Red+Green+Blue) = 140+252+209=601 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.29% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCD1 is #73032E. Grayscale: #D5D5D5. Windows color (decimal): -7537455 or 13761676. OLE color: 13761676.
HSL color Cylindrical-coordinate representation of color #8CFCD1: hue angle of 156.96º 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 #8CFCD1 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 209 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.01 |
| HSL | 156.96º | 0.95% | 0.77% | - |
| HSV(B) | 156.96º | 0.44% | 0.99% | - |
| XYZ | 57.13 | 79.8 | 72.71 | - |
| YUV | 213.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 209 | 0.44 | 0 | 0.17 | 0.01 | 156.96 | 0.95 | 0.77 |
| Hex | 8C | FC | D1 | 2C | 0 | 11 | 1 | 9D | 5F | 4D |
| Octal | 214 | 374 | 321 | 54 | 0 | 21 | 1 | 235 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11010001 | 101100 | 0 | 10001 | 1 | 10011101 | 1011111 | 1001101 |
Color Harmonies of #8CFCD1
Complementary color
Monochromatic Colors of #8CFCD1
Black with #8CFCD1
Text Example
Text Example
White with #8CFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCD1; }
p { color: rgb(140,252,209); }
H1.HeaderClassName
{
color: #8CFCD1;
}
.AnyTagClassName
{
color: #8CFCD1;
}
</style>
background-color css
<style>
a { background-color: #8CFCD1; }
a { background-color: rgb(140,252,209); }
div.DivClassName
{
background-color: #8CFCD1;
}
.BgClassName
{
background-color: #8CFCD1;
}
</style>
border-color css
<style>
span { border-color: #8CFCD1; }
span { border-color: rgb(140,252,209); }
td.TdClassName
{
border-color: #8CFCD1;
}
.TagClassName
{
border-color: #8CFCD1;
}
</style>