Shades of Aquamarine #85ECDC
Tints of Aquamarine #85ECDC
RGB
CMYK
RGB Variations
Color information
#85ECDC (or 0x85ECDC) is known color: Aquamarine. HEX triplet: 85, EC and DC. RGB value is (133,236,220). Sum of RGB (Red+Green+Blue) = 133+236+220=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECDC is #7A1323. Grayscale: #CBCBCB. Windows color (decimal): -8000292 or 14478469. OLE color: 14478469.
HSL color Cylindrical-coordinate representation of color #85ECDC: hue angle of 170.68º 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 #85ECDC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 220 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.07 |
| HSL | 170.68º | 0.73% | 0.72% | - |
| HSV(B) | 170.68º | 0.44% | 0.93% | - |
| XYZ | 52.59 | 70.14 | 78.48 | - |
| YUV | 203.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 220 | 0.44 | 0 | 0.07 | 0.07 | 170.68 | 0.73 | 0.72 |
| Hex | 85 | EC | DC | 2C | 0 | 7 | 7 | AB | 49 | 48 |
| Octal | 205 | 354 | 334 | 54 | 0 | 7 | 7 | 253 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11011100 | 101100 | 0 | 111 | 111 | 10101011 | 1001001 | 1001000 |
Color Harmonies of #85ECDC
Complementary color
Monochromatic Colors of #85ECDC
Black with #85ECDC
Text Example
Text Example
White with #85ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECDC; }
p { color: rgb(133,236,220); }
H1.HeaderClassName
{
color: #85ECDC;
}
.AnyTagClassName
{
color: #85ECDC;
}
</style>
background-color css
<style>
a { background-color: #85ECDC; }
a { background-color: rgb(133,236,220); }
div.DivClassName
{
background-color: #85ECDC;
}
.BgClassName
{
background-color: #85ECDC;
}
</style>
border-color css
<style>
span { border-color: #85ECDC; }
span { border-color: rgb(133,236,220); }
td.TdClassName
{
border-color: #85ECDC;
}
.TagClassName
{
border-color: #85ECDC;
}
</style>