Shades of Aquamarine #85ECD1
Tints of Aquamarine #85ECD1
RGB
CMYK
RGB Variations
Color information
#85ECD1 (or 0x85ECD1) is known color: Aquamarine. HEX triplet: 85, EC and D1. RGB value is (133,236,209). Sum of RGB (Red+Green+Blue) = 133+236+209=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECD1 is #7A132E. Grayscale: #CACACA. Windows color (decimal): -8000303 or 13757573. OLE color: 13757573.
HSL color Cylindrical-coordinate representation of color #85ECD1: hue angle of 164.27º 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 #85ECD1 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 209 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.07 |
| HSL | 164.27º | 0.73% | 0.72% | - |
| HSV(B) | 164.27º | 0.44% | 0.93% | - |
| XYZ | 51.18 | 69.58 | 71.05 | - |
| YUV | 202.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 209 | 0.44 | 0 | 0.11 | 0.07 | 164.27 | 0.73 | 0.72 |
| Hex | 85 | EC | D1 | 2C | 0 | B | 7 | A4 | 49 | 48 |
| Octal | 205 | 354 | 321 | 54 | 0 | 13 | 7 | 244 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11010001 | 101100 | 0 | 1011 | 111 | 10100100 | 1001001 | 1001000 |
Color Harmonies of #85ECD1
Complementary color
Monochromatic Colors of #85ECD1
Black with #85ECD1
Text Example
Text Example
White with #85ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECD1; }
p { color: rgb(133,236,209); }
H1.HeaderClassName
{
color: #85ECD1;
}
.AnyTagClassName
{
color: #85ECD1;
}
</style>
background-color css
<style>
a { background-color: #85ECD1; }
a { background-color: rgb(133,236,209); }
div.DivClassName
{
background-color: #85ECD1;
}
.BgClassName
{
background-color: #85ECD1;
}
</style>
border-color css
<style>
span { border-color: #85ECD1; }
span { border-color: rgb(133,236,209); }
td.TdClassName
{
border-color: #85ECD1;
}
.TagClassName
{
border-color: #85ECD1;
}
</style>