Shades of Aquamarine #85ECD9
Tints of Aquamarine #85ECD9
RGB
CMYK
RGB Variations
Color information
#85ECD9 (or 0x85ECD9) is known color: Aquamarine. HEX triplet: 85, EC and D9. RGB value is (133,236,217). Sum of RGB (Red+Green+Blue) = 133+236+217=586 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.70% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECD9 is #7A1326. Grayscale: #CBCBCB. Windows color (decimal): -8000295 or 14281861. OLE color: 14281861.
HSL color Cylindrical-coordinate representation of color #85ECD9: hue angle of 168.93º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECD9 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 217 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.07 |
| HSL | 168.93º | 0.73% | 0.72% | - |
| HSV(B) | 168.93º | 0.44% | 0.93% | - |
| XYZ | 52.19 | 69.99 | 76.4 | - |
| YUV | 203.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 217 | 0.44 | 0 | 0.08 | 0.07 | 168.93 | 0.73 | 0.72 |
| Hex | 85 | EC | D9 | 2C | 0 | 8 | 7 | A9 | 49 | 48 |
| Octal | 205 | 354 | 331 | 54 | 0 | 10 | 7 | 251 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11011001 | 101100 | 0 | 1000 | 111 | 10101001 | 1001001 | 1001000 |
Color Harmonies of #85ECD9
Complementary color
Monochromatic Colors of #85ECD9
Black with #85ECD9
Text Example
Text Example
White with #85ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECD9; }
p { color: rgb(133,236,217); }
H1.HeaderClassName
{
color: #85ECD9;
}
.AnyTagClassName
{
color: #85ECD9;
}
</style>
background-color css
<style>
a { background-color: #85ECD9; }
a { background-color: rgb(133,236,217); }
div.DivClassName
{
background-color: #85ECD9;
}
.BgClassName
{
background-color: #85ECD9;
}
</style>
border-color css
<style>
span { border-color: #85ECD9; }
span { border-color: rgb(133,236,217); }
td.TdClassName
{
border-color: #85ECD9;
}
.TagClassName
{
border-color: #85ECD9;
}
</style>