Shades of Aquamarine #85ECCE
Tints of Aquamarine #85ECCE
RGB
CMYK
RGB Variations
Color information
#85ECCE (or 0x85ECCE) is known color: Aquamarine. HEX triplet: 85, EC and CE. RGB value is (133,236,206). Sum of RGB (Red+Green+Blue) = 133+236+206=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECCE is #7A1331. Grayscale: #C9C9C9. Windows color (decimal): -8000306 or 13560965. OLE color: 13560965.
HSL color Cylindrical-coordinate representation of color #85ECCE: hue angle of 162.52º 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 #85ECCE is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 206 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.07 |
| HSL | 162.52º | 0.73% | 0.72% | - |
| HSV(B) | 162.52º | 0.44% | 0.93% | - |
| XYZ | 50.81 | 69.43 | 69.12 | - |
| YUV | 201.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 206 | 0.44 | 0 | 0.13 | 0.07 | 162.52 | 0.73 | 0.72 |
| Hex | 85 | EC | CE | 2C | 0 | D | 7 | A3 | 49 | 48 |
| Octal | 205 | 354 | 316 | 54 | 0 | 15 | 7 | 243 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11001110 | 101100 | 0 | 1101 | 111 | 10100011 | 1001001 | 1001000 |
Color Harmonies of #85ECCE
Complementary color
Monochromatic Colors of #85ECCE
Black with #85ECCE
Text Example
Text Example
White with #85ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECCE; }
p { color: rgb(133,236,206); }
H1.HeaderClassName
{
color: #85ECCE;
}
.AnyTagClassName
{
color: #85ECCE;
}
</style>
background-color css
<style>
a { background-color: #85ECCE; }
a { background-color: rgb(133,236,206); }
div.DivClassName
{
background-color: #85ECCE;
}
.BgClassName
{
background-color: #85ECCE;
}
</style>
border-color css
<style>
span { border-color: #85ECCE; }
span { border-color: rgb(133,236,206); }
td.TdClassName
{
border-color: #85ECCE;
}
.TagClassName
{
border-color: #85ECCE;
}
</style>