Shades of Medium Aquamarine #55CEAA
Tints of Medium Aquamarine #55CEAA
RGB
CMYK
RGB Variations
Color information
#55CEAA (or 0x55CEAA) is known color: Medium Aquamarine. HEX triplet: 55, CE and AA. RGB value is (85,206,170). Sum of RGB (Red+Green+Blue) = 85+206+170=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #55CEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CEAA is #AA3155. Grayscale: #A5A5A5. Windows color (decimal): -11153750 or 11193941. OLE color: 11193941.
HSL color Cylindrical-coordinate representation of color #55CEAA: hue angle of 162.15º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CEAA is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 170 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.19 |
| HSL | 162.15º | 0.55% | 0.57% | - |
| HSV(B) | 162.15º | 0.59% | 0.81% | - |
| XYZ | 33.07 | 48.98 | 45.74 | - |
| YUV | 165.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 170 | 0.59 | 0 | 0.17 | 0.19 | 162.15 | 0.55 | 0.57 |
| Hex | 55 | CE | AA | 3B | 0 | 11 | 13 | A2 | 37 | 39 |
| Octal | 125 | 316 | 252 | 73 | 0 | 21 | 23 | 242 | 67 | 71 |
| Binary | 1010101 | 11001110 | 10101010 | 111011 | 0 | 10001 | 10011 | 10100010 | 110111 | 111001 |
Color Harmonies of #55CEAA
Complementary color
Monochromatic Colors of #55CEAA
Black with #55CEAA
Text Example
Text Example
White with #55CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEAA; }
p { color: rgb(85,206,170); }
H1.HeaderClassName
{
color: #55CEAA;
}
.AnyTagClassName
{
color: #55CEAA;
}
</style>
background-color css
<style>
a { background-color: #55CEAA; }
a { background-color: rgb(85,206,170); }
div.DivClassName
{
background-color: #55CEAA;
}
.BgClassName
{
background-color: #55CEAA;
}
</style>
border-color css
<style>
span { border-color: #55CEAA; }
span { border-color: rgb(85,206,170); }
td.TdClassName
{
border-color: #55CEAA;
}
.TagClassName
{
border-color: #55CEAA;
}
</style>