Shades of Medium Aquamarine #55F2AA
Tints of Medium Aquamarine #55F2AA
RGB
CMYK
RGB Variations
Color information
#55F2AA (or 0x55F2AA) is known color: Medium Aquamarine. HEX triplet: 55, F2 and AA. RGB value is (85,242,170). Sum of RGB (Red+Green+Blue) = 85+242+170=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F2AA is #AA0D55. Grayscale: #BABABA. Windows color (decimal): -11144534 or 11203157. OLE color: 11203157.
HSL color Cylindrical-coordinate representation of color #55F2AA: hue angle of 152.48º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F2AA is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 170 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.05 |
| HSL | 152.48º | 0.86% | 0.64% | - |
| HSV(B) | 152.48º | 0.65% | 0.95% | - |
| XYZ | 42.75 | 68.34 | 48.97 | - |
| YUV | 186.85 | 118.49 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 170 | 0.65 | 0 | 0.30 | 0.05 | 152.48 | 0.86 | 0.64 |
| Hex | 55 | F2 | AA | 41 | 0 | 1E | 5 | 98 | 56 | 40 |
| Octal | 125 | 362 | 252 | 101 | 0 | 36 | 5 | 230 | 126 | 100 |
| Binary | 1010101 | 11110010 | 10101010 | 1000001 | 0 | 11110 | 101 | 10011000 | 1010110 | 1000000 |
Color Harmonies of #55F2AA
Complementary color
Monochromatic Colors of #55F2AA
Black with #55F2AA
Text Example
Text Example
White with #55F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2AA; }
p { color: rgb(85,242,170); }
H1.HeaderClassName
{
color: #55F2AA;
}
.AnyTagClassName
{
color: #55F2AA;
}
</style>
background-color css
<style>
a { background-color: #55F2AA; }
a { background-color: rgb(85,242,170); }
div.DivClassName
{
background-color: #55F2AA;
}
.BgClassName
{
background-color: #55F2AA;
}
</style>
border-color css
<style>
span { border-color: #55F2AA; }
span { border-color: rgb(85,242,170); }
td.TdClassName
{
border-color: #55F2AA;
}
.TagClassName
{
border-color: #55F2AA;
}
</style>