Shades of Aquamarine #8CFCDE
Tints of Aquamarine #8CFCDE
RGB
CMYK
RGB Variations
Color information
#8CFCDE (or 0x8CFCDE) is known color: Aquamarine. HEX triplet: 8C, FC and DE. RGB value is (140,252,222). Sum of RGB (Red+Green+Blue) = 140+252+222=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 252 (98.83% from 255 or 41.04% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCDE is #730321. Grayscale: #D7D7D7. Windows color (decimal): -7537442 or 14613644. OLE color: 14613644.
HSL color Cylindrical-coordinate representation of color #8CFCDE: hue angle of 163.93º 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 #8CFCDE is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 222 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.01 |
| HSL | 163.93º | 0.95% | 0.77% | - |
| HSV(B) | 163.93º | 0.44% | 0.99% | - |
| XYZ | 58.81 | 80.47 | 81.54 | - |
| YUV | 215.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 222 | 0.44 | 0 | 0.12 | 0.01 | 163.93 | 0.95 | 0.77 |
| Hex | 8C | FC | DE | 2C | 0 | C | 1 | A4 | 5F | 4D |
| Octal | 214 | 374 | 336 | 54 | 0 | 14 | 1 | 244 | 137 | 115 |
| Binary | 10001100 | 11111100 | 11011110 | 101100 | 0 | 1100 | 1 | 10100100 | 1011111 | 1001101 |
Color Harmonies of #8CFCDE
Complementary color
Monochromatic Colors of #8CFCDE
Black with #8CFCDE
Text Example
Text Example
White with #8CFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFCDE; }
p { color: rgb(140,252,222); }
H1.HeaderClassName
{
color: #8CFCDE;
}
.AnyTagClassName
{
color: #8CFCDE;
}
</style>
background-color css
<style>
a { background-color: #8CFCDE; }
a { background-color: rgb(140,252,222); }
div.DivClassName
{
background-color: #8CFCDE;
}
.BgClassName
{
background-color: #8CFCDE;
}
</style>
border-color css
<style>
span { border-color: #8CFCDE; }
span { border-color: rgb(140,252,222); }
td.TdClassName
{
border-color: #8CFCDE;
}
.TagClassName
{
border-color: #8CFCDE;
}
</style>