Shades of Aquamarine #85ECCD
Tints of Aquamarine #85ECCD
RGB
CMYK
RGB Variations
Color information
#85ECCD (or 0x85ECCD) is known color: Aquamarine. HEX triplet: 85, EC and CD. RGB value is (133,236,205). Sum of RGB (Red+Green+Blue) = 133+236+205=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECCD is #7A1332. Grayscale: #C9C9C9. Windows color (decimal): -8000307 or 13495429. OLE color: 13495429.
HSL color Cylindrical-coordinate representation of color #85ECCD: hue angle of 161.94º 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 #85ECCD is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 205 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.07 |
| HSL | 161.94º | 0.73% | 0.72% | - |
| HSV(B) | 161.94º | 0.44% | 0.93% | - |
| XYZ | 50.69 | 69.39 | 68.48 | - |
| YUV | 201.67 | 129.88 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 205 | 0.44 | 0 | 0.13 | 0.07 | 161.94 | 0.73 | 0.72 |
| Hex | 85 | EC | CD | 2C | 0 | D | 7 | A2 | 49 | 48 |
| Octal | 205 | 354 | 315 | 54 | 0 | 15 | 7 | 242 | 111 | 110 |
| Binary | 10000101 | 11101100 | 11001101 | 101100 | 0 | 1101 | 111 | 10100010 | 1001001 | 1001000 |
Color Harmonies of #85ECCD
Complementary color
Monochromatic Colors of #85ECCD
Black with #85ECCD
Text Example
Text Example
White with #85ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECCD; }
p { color: rgb(133,236,205); }
H1.HeaderClassName
{
color: #85ECCD;
}
.AnyTagClassName
{
color: #85ECCD;
}
</style>
background-color css
<style>
a { background-color: #85ECCD; }
a { background-color: rgb(133,236,205); }
div.DivClassName
{
background-color: #85ECCD;
}
.BgClassName
{
background-color: #85ECCD;
}
</style>
border-color css
<style>
span { border-color: #85ECCD; }
span { border-color: rgb(133,236,205); }
td.TdClassName
{
border-color: #85ECCD;
}
.TagClassName
{
border-color: #85ECCD;
}
</style>