Shades of Aquamarine #85EDDC
Tints of Aquamarine #85EDDC
RGB
CMYK
RGB Variations
Color information
#85EDDC (or 0x85EDDC) is known color: Aquamarine. HEX triplet: 85, ED and DC. RGB value is (133,237,220). Sum of RGB (Red+Green+Blue) = 133+237+220=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EDDC is #7A1223. Grayscale: #CBCBCB. Windows color (decimal): -8000036 or 14478725. OLE color: 14478725.
HSL color Cylindrical-coordinate representation of color #85EDDC: hue angle of 170.19º 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 #85EDDC is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 220 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.07 |
| HSL | 170.19º | 0.74% | 0.73% | - |
| HSV(B) | 170.19º | 0.44% | 0.93% | - |
| XYZ | 52.88 | 70.72 | 78.57 | - |
| YUV | 203.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 220 | 0.44 | 0 | 0.07 | 0.07 | 170.19 | 0.74 | 0.73 |
| Hex | 85 | ED | DC | 2C | 0 | 7 | 7 | AA | 4A | 49 |
| Octal | 205 | 355 | 334 | 54 | 0 | 7 | 7 | 252 | 112 | 111 |
| Binary | 10000101 | 11101101 | 11011100 | 101100 | 0 | 111 | 111 | 10101010 | 1001010 | 1001001 |
Color Harmonies of #85EDDC
Complementary color
Monochromatic Colors of #85EDDC
Black with #85EDDC
Text Example
Text Example
White with #85EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EDDC; }
p { color: rgb(133,237,220); }
H1.HeaderClassName
{
color: #85EDDC;
}
.AnyTagClassName
{
color: #85EDDC;
}
</style>
background-color css
<style>
a { background-color: #85EDDC; }
a { background-color: rgb(133,237,220); }
div.DivClassName
{
background-color: #85EDDC;
}
.BgClassName
{
background-color: #85EDDC;
}
</style>
border-color css
<style>
span { border-color: #85EDDC; }
span { border-color: rgb(133,237,220); }
td.TdClassName
{
border-color: #85EDDC;
}
.TagClassName
{
border-color: #85EDDC;
}
</style>