Shades of Aquamarine #8DF5CE
Tints of Aquamarine #8DF5CE
RGB
CMYK
RGB Variations
Color information
#8DF5CE (or 0x8DF5CE) is known color: Aquamarine. HEX triplet: 8D, F5 and CE. RGB value is (141,245,206). Sum of RGB (Red+Green+Blue) = 141+245+206=592 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.82% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF5CE is #720A31. Grayscale: #D1D1D1. Windows color (decimal): -7473714 or 13563277. OLE color: 13563277.
HSL color Cylindrical-coordinate representation of color #8DF5CE: hue angle of 157.5º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF5CE is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 206 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.04 |
| HSL | 157.5º | 0.84% | 0.76% | - |
| HSV(B) | 157.5º | 0.42% | 0.96% | - |
| XYZ | 54.78 | 75.42 | 70.06 | - |
| YUV | 209.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 206 | 0.42 | 0 | 0.16 | 0.04 | 157.5 | 0.84 | 0.76 |
| Hex | 8D | F5 | CE | 2A | 0 | 10 | 4 | 9E | 54 | 4C |
| Octal | 215 | 365 | 316 | 52 | 0 | 20 | 4 | 236 | 124 | 114 |
| Binary | 10001101 | 11110101 | 11001110 | 101010 | 0 | 10000 | 100 | 10011110 | 1010100 | 1001100 |
Color Harmonies of #8DF5CE
Complementary color
Monochromatic Colors of #8DF5CE
Black with #8DF5CE
Text Example
Text Example
White with #8DF5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF5CE; }
p { color: rgb(141,245,206); }
H1.HeaderClassName
{
color: #8DF5CE;
}
.AnyTagClassName
{
color: #8DF5CE;
}
</style>
background-color css
<style>
a { background-color: #8DF5CE; }
a { background-color: rgb(141,245,206); }
div.DivClassName
{
background-color: #8DF5CE;
}
.BgClassName
{
background-color: #8DF5CE;
}
</style>
border-color css
<style>
span { border-color: #8DF5CE; }
span { border-color: rgb(141,245,206); }
td.TdClassName
{
border-color: #8DF5CE;
}
.TagClassName
{
border-color: #8DF5CE;
}
</style>