Shades of Medium Aquamarine #55F498
Tints of Medium Aquamarine #55F498
RGB
CMYK
RGB Variations
Color information
#55F498 (or 0x55F498) is known color: Medium Aquamarine. HEX triplet: 55, F4 and 98. RGB value is (85,244,152). Sum of RGB (Red+Green+Blue) = 85+244+152=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #55F498 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F498 is #AA0B67. Grayscale: #BABABA. Windows color (decimal): -11144040 or 10024021. OLE color: 10024021.
HSL color Cylindrical-coordinate representation of color #55F498: hue angle of 145.28º 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 #55F498 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 152 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.04 |
| HSL | 145.28º | 0.88% | 0.65% | - |
| HSV(B) | 145.28º | 0.65% | 0.96% | - |
| XYZ | 41.76 | 68.9 | 40.8 | - |
| YUV | 185.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 152 | 0.65 | 0 | 0.38 | 0.04 | 145.28 | 0.88 | 0.65 |
| Hex | 55 | F4 | 98 | 41 | 0 | 26 | 4 | 91 | 58 | 41 |
| Octal | 125 | 364 | 230 | 101 | 0 | 46 | 4 | 221 | 130 | 101 |
| Binary | 1010101 | 11110100 | 10011000 | 1000001 | 0 | 100110 | 100 | 10010001 | 1011000 | 1000001 |
Color Harmonies of #55F498
Complementary color
Monochromatic Colors of #55F498
Black with #55F498
Text Example
Text Example
White with #55F498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F498; }
p { color: rgb(85,244,152); }
H1.HeaderClassName
{
color: #55F498;
}
.AnyTagClassName
{
color: #55F498;
}
</style>
background-color css
<style>
a { background-color: #55F498; }
a { background-color: rgb(85,244,152); }
div.DivClassName
{
background-color: #55F498;
}
.BgClassName
{
background-color: #55F498;
}
</style>
border-color css
<style>
span { border-color: #55F498; }
span { border-color: rgb(85,244,152); }
td.TdClassName
{
border-color: #55F498;
}
.TagClassName
{
border-color: #55F498;
}
</style>