Shades of Aquamarine #8CFCD4
Tints of Aquamarine #8CFCD4
RGB
CMYK
RGB Variations
Color information
#8CFCD4 (or 0x8CFCD4) is known color: Aquamarine. HEX triplet: 8C, FC and D4. RGB value is (140,252,212). Sum of RGB (Red+Green+Blue) = 140+252+212=604 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.18% from 604); Green value is 252 (98.83% from 255 or 41.72% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCD4 is #73032B. Grayscale: #D5D5D5. Windows color (decimal): -7537452 or 13958284. OLE color: 13958284.
HSL color Cylindrical-coordinate representation of color #8CFCD4: hue angle of 158.57º 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 #8CFCD4 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 212 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.01 |
| HSL | 158.57º | 0.95% | 0.77% | - |
| HSV(B) | 158.57º | 0.44% | 0.99% | - |
| XYZ | 57.51 | 79.95 | 74.69 | - |
| YUV | 213.95 | 126.89 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 212 | 0.44 | 0 | 0.16 | 0.01 | 158.57 | 0.95 | 0.77 |
| Hex | 8C | FC | D4 | 2C | 0 | 10 | 1 | 9F | 5F | 4D |
| Octal | 214 | 374 | 324 | 54 | 0 | 20 | 1 | 237 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11010100 | 101100 | 0 | 10000 | 1 | 10011111 | 1011111 | 1001101 |
Color Harmonies of #8CFCD4
Complementary color
Monochromatic Colors of #8CFCD4
Black with #8CFCD4
Text Example
Text Example
White with #8CFCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCD4; }
p { color: rgb(140,252,212); }
H1.HeaderClassName
{
color: #8CFCD4;
}
.AnyTagClassName
{
color: #8CFCD4;
}
</style>
background-color css
<style>
a { background-color: #8CFCD4; }
a { background-color: rgb(140,252,212); }
div.DivClassName
{
background-color: #8CFCD4;
}
.BgClassName
{
background-color: #8CFCD4;
}
</style>
border-color css
<style>
span { border-color: #8CFCD4; }
span { border-color: rgb(140,252,212); }
td.TdClassName
{
border-color: #8CFCD4;
}
.TagClassName
{
border-color: #8CFCD4;
}
</style>