Shades of Medium Aquamarine #55DDAA
Tints of Medium Aquamarine #55DDAA
RGB
CMYK
RGB Variations
Color information
#55DDAA (or 0x55DDAA) is known color: Medium Aquamarine. HEX triplet: 55, DD and AA. RGB value is (85,221,170). Sum of RGB (Red+Green+Blue) = 85+221+170=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DDAA is #AA2255. Grayscale: #AEAEAE. Windows color (decimal): -11149910 or 11197781. OLE color: 11197781.
HSL color Cylindrical-coordinate representation of color #55DDAA: hue angle of 157.5º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDAA is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 170 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.13 |
| HSL | 157.5º | 0.67% | 0.6% | - |
| HSV(B) | 157.5º | 0.62% | 0.87% | - |
| XYZ | 36.86 | 56.55 | 47 | - |
| YUV | 174.52 | 125.44 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 170 | 0.62 | 0 | 0.23 | 0.13 | 157.5 | 0.67 | 0.6 |
| Hex | 55 | DD | AA | 3E | 0 | 17 | D | 9E | 43 | 3C |
| Octal | 125 | 335 | 252 | 76 | 0 | 27 | 15 | 236 | 103 | 74 |
| Binary | 1010101 | 11011101 | 10101010 | 111110 | 0 | 10111 | 1101 | 10011110 | 1000011 | 111100 |
Color Harmonies of #55DDAA
Complementary color
Monochromatic Colors of #55DDAA
Black with #55DDAA
Text Example
Text Example
White with #55DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDAA; }
p { color: rgb(85,221,170); }
H1.HeaderClassName
{
color: #55DDAA;
}
.AnyTagClassName
{
color: #55DDAA;
}
</style>
background-color css
<style>
a { background-color: #55DDAA; }
a { background-color: rgb(85,221,170); }
div.DivClassName
{
background-color: #55DDAA;
}
.BgClassName
{
background-color: #55DDAA;
}
</style>
border-color css
<style>
span { border-color: #55DDAA; }
span { border-color: rgb(85,221,170); }
td.TdClassName
{
border-color: #55DDAA;
}
.TagClassName
{
border-color: #55DDAA;
}
</style>