Shades of Aquamarine #8CFCCC
Tints of Aquamarine #8CFCCC
RGB
CMYK
RGB Variations
Color information
#8CFCCC (or 0x8CFCCC) is known color: Aquamarine. HEX triplet: 8C, FC and CC. RGB value is (140,252,204). Sum of RGB (Red+Green+Blue) = 140+252+204=596 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.49% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCCC is #730333. Grayscale: #D5D5D5. Windows color (decimal): -7537460 or 13433996. OLE color: 13433996.
HSL color Cylindrical-coordinate representation of color #8CFCCC: hue angle of 154.29º 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 #8CFCCC is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 204 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.01 |
| HSL | 154.29º | 0.95% | 0.77% | - |
| HSV(B) | 154.29º | 0.44% | 0.99% | - |
| XYZ | 56.52 | 79.56 | 69.5 | - |
| YUV | 213.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 204 | 0.44 | 0 | 0.19 | 0.01 | 154.29 | 0.95 | 0.77 |
| Hex | 8C | FC | CC | 2C | 0 | 13 | 1 | 9A | 5F | 4D |
| Octal | 214 | 374 | 314 | 54 | 0 | 23 | 1 | 232 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11001100 | 101100 | 0 | 10011 | 1 | 10011010 | 1011111 | 1001101 |
Color Harmonies of #8CFCCC
Complementary color
Monochromatic Colors of #8CFCCC
Black with #8CFCCC
Text Example
Text Example
White with #8CFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCCC; }
p { color: rgb(140,252,204); }
H1.HeaderClassName
{
color: #8CFCCC;
}
.AnyTagClassName
{
color: #8CFCCC;
}
</style>
background-color css
<style>
a { background-color: #8CFCCC; }
a { background-color: rgb(140,252,204); }
div.DivClassName
{
background-color: #8CFCCC;
}
.BgClassName
{
background-color: #8CFCCC;
}
</style>
border-color css
<style>
span { border-color: #8CFCCC; }
span { border-color: rgb(140,252,204); }
td.TdClassName
{
border-color: #8CFCCC;
}
.TagClassName
{
border-color: #8CFCCC;
}
</style>