Shades of Medium Aquamarine #55E4AA
Tints of Medium Aquamarine #55E4AA
RGB
CMYK
RGB Variations
Color information
#55E4AA (or 0x55E4AA) is known color: Medium Aquamarine. HEX triplet: 55, E4 and AA. RGB value is (85,228,170). Sum of RGB (Red+Green+Blue) = 85+228+170=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #55E4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E4AA is #AA1B55. Grayscale: #B2B2B2. Windows color (decimal): -11148118 or 11199573. OLE color: 11199573.
HSL color Cylindrical-coordinate representation of color #55E4AA: hue angle of 155.66º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55E4AA is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 228 | 170 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.11 |
| HSL | 155.66º | 0.73% | 0.61% | - |
| HSV(B) | 155.66º | 0.63% | 0.89% | - |
| XYZ | 38.75 | 60.32 | 47.63 | - |
| YUV | 178.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 228 | 170 | 0.63 | 0 | 0.25 | 0.11 | 155.66 | 0.73 | 0.61 |
| Hex | 55 | E4 | AA | 3F | 0 | 19 | B | 9C | 49 | 3D |
| Octal | 125 | 344 | 252 | 77 | 0 | 31 | 13 | 234 | 111 | 75 |
| Binary | 1010101 | 11100100 | 10101010 | 111111 | 0 | 11001 | 1011 | 10011100 | 1001001 | 111101 |
Color Harmonies of #55E4AA
Complementary color
Monochromatic Colors of #55E4AA
Black with #55E4AA
Text Example
Text Example
White with #55E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E4AA; }
p { color: rgb(85,228,170); }
H1.HeaderClassName
{
color: #55E4AA;
}
.AnyTagClassName
{
color: #55E4AA;
}
</style>
background-color css
<style>
a { background-color: #55E4AA; }
a { background-color: rgb(85,228,170); }
div.DivClassName
{
background-color: #55E4AA;
}
.BgClassName
{
background-color: #55E4AA;
}
</style>
border-color css
<style>
span { border-color: #55E4AA; }
span { border-color: rgb(85,228,170); }
td.TdClassName
{
border-color: #55E4AA;
}
.TagClassName
{
border-color: #55E4AA;
}
</style>