Shades of Aquamarine #8CF8C5
Tints of Aquamarine #8CF8C5
RGB
CMYK
RGB Variations
Color information
#8CF8C5 (or 0x8CF8C5) is known color: Aquamarine. HEX triplet: 8C, F8 and C5. RGB value is (140,248,197). Sum of RGB (Red+Green+Blue) = 140+248+197=585 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.93% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF8C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF8C5 is #73073A. Grayscale: #D1D1D1. Windows color (decimal): -7538491 or 12974220. OLE color: 12974220.
HSL color Cylindrical-coordinate representation of color #8CF8C5: hue angle of 151.67º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CF8C5 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 197 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.03 |
| HSL | 151.67º | 0.89% | 0.76% | - |
| HSV(B) | 151.67º | 0.44% | 0.97% | - |
| XYZ | 54.46 | 76.74 | 64.77 | - |
| YUV | 209.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 197 | 0.44 | 0 | 0.21 | 0.03 | 151.67 | 0.89 | 0.76 |
| Hex | 8C | F8 | C5 | 2C | 0 | 15 | 3 | 98 | 59 | 4C |
| Octal | 214 | 370 | 305 | 54 | 0 | 25 | 3 | 230 | 131 | 114 |
| Binary | 10001100 | 11111000 | 11000101 | 101100 | 0 | 10101 | 11 | 10011000 | 1011001 | 1001100 |
Color Harmonies of #8CF8C5
Complementary color
Monochromatic Colors of #8CF8C5
Black with #8CF8C5
Text Example
Text Example
White with #8CF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF8C5; }
p { color: rgb(140,248,197); }
H1.HeaderClassName
{
color: #8CF8C5;
}
.AnyTagClassName
{
color: #8CF8C5;
}
</style>
background-color css
<style>
a { background-color: #8CF8C5; }
a { background-color: rgb(140,248,197); }
div.DivClassName
{
background-color: #8CF8C5;
}
.BgClassName
{
background-color: #8CF8C5;
}
</style>
border-color css
<style>
span { border-color: #8CF8C5; }
span { border-color: rgb(140,248,197); }
td.TdClassName
{
border-color: #8CF8C5;
}
.TagClassName
{
border-color: #8CF8C5;
}
</style>