Shades of Aquamarine #85ECDA
Tints of Aquamarine #85ECDA
RGB
CMYK
RGB Variations
Color information
#85ECDA (or 0x85ECDA) is known color: Aquamarine. HEX triplet: 85, EC and DA. RGB value is (133,236,218). Sum of RGB (Red+Green+Blue) = 133+236+218=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECDA is #7A1325. Grayscale: #CBCBCB. Windows color (decimal): -8000294 or 14347397. OLE color: 14347397.
HSL color Cylindrical-coordinate representation of color #85ECDA: hue angle of 169.51º 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 #85ECDA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 218 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.07 |
| HSL | 169.51º | 0.73% | 0.72% | - |
| HSV(B) | 169.51º | 0.44% | 0.93% | - |
| XYZ | 52.32 | 70.04 | 77.09 | - |
| YUV | 203.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 218 | 0.44 | 0 | 0.08 | 0.07 | 169.51 | 0.73 | 0.72 |
| Hex | 85 | EC | DA | 2C | 0 | 8 | 7 | AA | 49 | 48 |
| Octal | 205 | 354 | 332 | 54 | 0 | 10 | 7 | 252 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11011010 | 101100 | 0 | 1000 | 111 | 10101010 | 1001001 | 1001000 |
Color Harmonies of #85ECDA
Complementary color
Monochromatic Colors of #85ECDA
Black with #85ECDA
Text Example
Text Example
White with #85ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECDA; }
p { color: rgb(133,236,218); }
H1.HeaderClassName
{
color: #85ECDA;
}
.AnyTagClassName
{
color: #85ECDA;
}
</style>
background-color css
<style>
a { background-color: #85ECDA; }
a { background-color: rgb(133,236,218); }
div.DivClassName
{
background-color: #85ECDA;
}
.BgClassName
{
background-color: #85ECDA;
}
</style>
border-color css
<style>
span { border-color: #85ECDA; }
span { border-color: rgb(133,236,218); }
td.TdClassName
{
border-color: #85ECDA;
}
.TagClassName
{
border-color: #85ECDA;
}
</style>