Shades of Medium Aquamarine #55F2AB
Tints of Medium Aquamarine #55F2AB
RGB
CMYK
RGB Variations
Color information
#55F2AB (or 0x55F2AB) is known color: Medium Aquamarine. HEX triplet: 55, F2 and AB. RGB value is (85,242,171). Sum of RGB (Red+Green+Blue) = 85+242+171=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F2AB is #AA0D54. Grayscale: #BBBBBB. Windows color (decimal): -11144533 or 11268693. OLE color: 11268693.
HSL color Cylindrical-coordinate representation of color #55F2AB: hue angle of 152.87º 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 #55F2AB is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 171 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.05 |
| HSL | 152.87º | 0.86% | 0.64% | - |
| HSV(B) | 152.87º | 0.65% | 0.95% | - |
| XYZ | 42.85 | 68.38 | 49.47 | - |
| YUV | 186.96 | 118.99 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 171 | 0.65 | 0 | 0.29 | 0.05 | 152.87 | 0.86 | 0.64 |
| Hex | 55 | F2 | AB | 41 | 0 | 1D | 5 | 99 | 56 | 40 |
| Octal | 125 | 362 | 253 | 101 | 0 | 35 | 5 | 231 | 126 | 100 |
| Binary | 1010101 | 11110010 | 10101011 | 1000001 | 0 | 11101 | 101 | 10011001 | 1010110 | 1000000 |
Color Harmonies of #55F2AB
Complementary color
Monochromatic Colors of #55F2AB
Black with #55F2AB
Text Example
Text Example
White with #55F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2AB; }
p { color: rgb(85,242,171); }
H1.HeaderClassName
{
color: #55F2AB;
}
.AnyTagClassName
{
color: #55F2AB;
}
</style>
background-color css
<style>
a { background-color: #55F2AB; }
a { background-color: rgb(85,242,171); }
div.DivClassName
{
background-color: #55F2AB;
}
.BgClassName
{
background-color: #55F2AB;
}
</style>
border-color css
<style>
span { border-color: #55F2AB; }
span { border-color: rgb(85,242,171); }
td.TdClassName
{
border-color: #55F2AB;
}
.TagClassName
{
border-color: #55F2AB;
}
</style>