Shades of Aquamarine #85EDDD
Tints of Aquamarine #85EDDD
RGB
CMYK
RGB Variations
Color information
#85EDDD (or 0x85EDDD) is known color: Aquamarine. HEX triplet: 85, ED and DD. RGB value is (133,237,221). Sum of RGB (Red+Green+Blue) = 133+237+221=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EDDD is #7A1222. Grayscale: #CCCCCC. Windows color (decimal): -8000035 or 14544261. OLE color: 14544261.
HSL color Cylindrical-coordinate representation of color #85EDDD: hue angle of 170.77º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EDDD is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 221 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.07 |
| HSL | 170.77º | 0.74% | 0.73% | - |
| HSV(B) | 170.77º | 0.44% | 0.93% | - |
| XYZ | 53.01 | 70.78 | 79.27 | - |
| YUV | 204.08 | 137.54 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 221 | 0.44 | 0 | 0.07 | 0.07 | 170.77 | 0.74 | 0.73 |
| Hex | 85 | ED | DD | 2C | 0 | 7 | 7 | AB | 4A | 49 |
| Octal | 205 | 355 | 335 | 54 | 0 | 7 | 7 | 253 | 112 | 111 |
| Binary | 10000101 | 11101101 | 11011101 | 101100 | 0 | 111 | 111 | 10101011 | 1001010 | 1001001 |
Color Harmonies of #85EDDD
Complementary color
Monochromatic Colors of #85EDDD
Black with #85EDDD
Text Example
Text Example
White with #85EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EDDD; }
p { color: rgb(133,237,221); }
H1.HeaderClassName
{
color: #85EDDD;
}
.AnyTagClassName
{
color: #85EDDD;
}
</style>
background-color css
<style>
a { background-color: #85EDDD; }
a { background-color: rgb(133,237,221); }
div.DivClassName
{
background-color: #85EDDD;
}
.BgClassName
{
background-color: #85EDDD;
}
</style>
border-color css
<style>
span { border-color: #85EDDD; }
span { border-color: rgb(133,237,221); }
td.TdClassName
{
border-color: #85EDDD;
}
.TagClassName
{
border-color: #85EDDD;
}
</style>