Shades of Aquamarine #8CFCC0
Tints of Aquamarine #8CFCC0
RGB
CMYK
RGB Variations
Color information
#8CFCC0 (or 0x8CFCC0) is known color: Aquamarine. HEX triplet: 8C, FC and C0. RGB value is (140,252,192). Sum of RGB (Red+Green+Blue) = 140+252+192=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCC0 is #73033F. Grayscale: #D3D3D3. Windows color (decimal): -7537472 or 12647564. OLE color: 12647564.
HSL color Cylindrical-coordinate representation of color #8CFCC0: hue angle of 147.86º 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 #8CFCC0 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 192 | - |
| CMYK | 0.44 | 0 | 0.24 | 0.01 |
| HSL | 147.86º | 0.95% | 0.77% | - |
| HSV(B) | 147.86º | 0.44% | 0.99% | - |
| XYZ | 55.14 | 79 | 62.21 | - |
| YUV | 211.67 | 116.89 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 192 | 0.44 | 0 | 0.24 | 0.01 | 147.86 | 0.95 | 0.77 |
| Hex | 8C | FC | C0 | 2C | 0 | 18 | 1 | 94 | 5F | 4D |
| Octal | 214 | 374 | 300 | 54 | 0 | 30 | 1 | 224 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11000000 | 101100 | 0 | 11000 | 1 | 10010100 | 1011111 | 1001101 |
Color Harmonies of #8CFCC0
Complementary color
Monochromatic Colors of #8CFCC0
Black with #8CFCC0
Text Example
Text Example
White with #8CFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCC0; }
p { color: rgb(140,252,192); }
H1.HeaderClassName
{
color: #8CFCC0;
}
.AnyTagClassName
{
color: #8CFCC0;
}
</style>
background-color css
<style>
a { background-color: #8CFCC0; }
a { background-color: rgb(140,252,192); }
div.DivClassName
{
background-color: #8CFCC0;
}
.BgClassName
{
background-color: #8CFCC0;
}
</style>
border-color css
<style>
span { border-color: #8CFCC0; }
span { border-color: rgb(140,252,192); }
td.TdClassName
{
border-color: #8CFCC0;
}
.TagClassName
{
border-color: #8CFCC0;
}
</style>