Shades of Medium Aquamarine #55F2A1
Tints of Medium Aquamarine #55F2A1
RGB
CMYK
RGB Variations
Color information
#55F2A1 (or 0x55F2A1) is known color: Medium Aquamarine. HEX triplet: 55, F2 and A1. RGB value is (85,242,161). Sum of RGB (Red+Green+Blue) = 85+242+161=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F2A1 is #AA0D5E. Grayscale: #B9B9B9. Windows color (decimal): -11144543 or 10613333. OLE color: 10613333.
HSL color Cylindrical-coordinate representation of color #55F2A1: hue angle of 149.04º 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 #55F2A1 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 161 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.05 |
| HSL | 149.04º | 0.86% | 0.64% | - |
| HSV(B) | 149.04º | 0.65% | 0.95% | - |
| XYZ | 41.93 | 68.01 | 44.64 | - |
| YUV | 185.82 | 113.99 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 161 | 0.65 | 0 | 0.33 | 0.05 | 149.04 | 0.86 | 0.64 |
| Hex | 55 | F2 | A1 | 41 | 0 | 21 | 5 | 95 | 56 | 40 |
| Octal | 125 | 362 | 241 | 101 | 0 | 41 | 5 | 225 | 126 | 100 |
| Binary | 1010101 | 11110010 | 10100001 | 1000001 | 0 | 100001 | 101 | 10010101 | 1010110 | 1000000 |
Color Harmonies of #55F2A1
Complementary color
Monochromatic Colors of #55F2A1
Black with #55F2A1
Text Example
Text Example
White with #55F2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2A1; }
p { color: rgb(85,242,161); }
H1.HeaderClassName
{
color: #55F2A1;
}
.AnyTagClassName
{
color: #55F2A1;
}
</style>
background-color css
<style>
a { background-color: #55F2A1; }
a { background-color: rgb(85,242,161); }
div.DivClassName
{
background-color: #55F2A1;
}
.BgClassName
{
background-color: #55F2A1;
}
</style>
border-color css
<style>
span { border-color: #55F2A1; }
span { border-color: rgb(85,242,161); }
td.TdClassName
{
border-color: #55F2A1;
}
.TagClassName
{
border-color: #55F2A1;
}
</style>