Shades of Aquamarine #8CFCDA
Tints of Aquamarine #8CFCDA
RGB
CMYK
RGB Variations
Color information
#8CFCDA (or 0x8CFCDA) is known color: Aquamarine. HEX triplet: 8C, FC and DA. RGB value is (140,252,218). Sum of RGB (Red+Green+Blue) = 140+252+218=610 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.95% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCDA is #730325. Grayscale: #D6D6D6. Windows color (decimal): -7537446 or 14351500. OLE color: 14351500.
HSL color Cylindrical-coordinate representation of color #8CFCDA: hue angle of 161.79º 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 #8CFCDA is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 218 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.01 |
| HSL | 161.79º | 0.95% | 0.77% | - |
| HSV(B) | 161.79º | 0.44% | 0.99% | - |
| XYZ | 58.28 | 80.26 | 78.75 | - |
| YUV | 214.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 218 | 0.44 | 0 | 0.13 | 0.01 | 161.79 | 0.95 | 0.77 |
| Hex | 8C | FC | DA | 2C | 0 | D | 1 | A2 | 5F | 4D |
| Octal | 214 | 374 | 332 | 54 | 0 | 15 | 1 | 242 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11011010 | 101100 | 0 | 1101 | 1 | 10100010 | 1011111 | 1001101 |
Color Harmonies of #8CFCDA
Complementary color
Monochromatic Colors of #8CFCDA
Black with #8CFCDA
Text Example
Text Example
White with #8CFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCDA; }
p { color: rgb(140,252,218); }
H1.HeaderClassName
{
color: #8CFCDA;
}
.AnyTagClassName
{
color: #8CFCDA;
}
</style>
background-color css
<style>
a { background-color: #8CFCDA; }
a { background-color: rgb(140,252,218); }
div.DivClassName
{
background-color: #8CFCDA;
}
.BgClassName
{
background-color: #8CFCDA;
}
</style>
border-color css
<style>
span { border-color: #8CFCDA; }
span { border-color: rgb(140,252,218); }
td.TdClassName
{
border-color: #8CFCDA;
}
.TagClassName
{
border-color: #8CFCDA;
}
</style>