Shades of Medium Aquamarine #55F49B
Tints of Medium Aquamarine #55F49B
RGB
CMYK
RGB Variations
Color information
#55F49B (or 0x55F49B) is known color: Medium Aquamarine. HEX triplet: 55, F4 and 9B. RGB value is (85,244,155). Sum of RGB (Red+Green+Blue) = 85+244+155=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #55F49B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F49B is #AA0B64. Grayscale: #BABABA. Windows color (decimal): -11144037 or 10220629. OLE color: 10220629.
HSL color Cylindrical-coordinate representation of color #55F49B: hue angle of 146.42º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F49B is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 155 | - |
| CMYK | 0.65 | 0 | 0.36 | 0.04 |
| HSL | 146.42º | 0.88% | 0.65% | - |
| HSV(B) | 146.42º | 0.65% | 0.96% | - |
| XYZ | 42.01 | 69 | 42.11 | - |
| YUV | 186.31 | 110.32 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 155 | 0.65 | 0 | 0.36 | 0.04 | 146.42 | 0.88 | 0.65 |
| Hex | 55 | F4 | 9B | 41 | 0 | 24 | 4 | 92 | 58 | 41 |
| Octal | 125 | 364 | 233 | 101 | 0 | 44 | 4 | 222 | 130 | 101 |
| Binary | 1010101 | 11110100 | 10011011 | 1000001 | 0 | 100100 | 100 | 10010010 | 1011000 | 1000001 |
Color Harmonies of #55F49B
Complementary color
Monochromatic Colors of #55F49B
Black with #55F49B
Text Example
Text Example
White with #55F49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F49B; }
p { color: rgb(85,244,155); }
H1.HeaderClassName
{
color: #55F49B;
}
.AnyTagClassName
{
color: #55F49B;
}
</style>
background-color css
<style>
a { background-color: #55F49B; }
a { background-color: rgb(85,244,155); }
div.DivClassName
{
background-color: #55F49B;
}
.BgClassName
{
background-color: #55F49B;
}
</style>
border-color css
<style>
span { border-color: #55F49B; }
span { border-color: rgb(85,244,155); }
td.TdClassName
{
border-color: #55F49B;
}
.TagClassName
{
border-color: #55F49B;
}
</style>