Shades of Medium Aquamarine #55F495
Tints of Medium Aquamarine #55F495
RGB
CMYK
RGB Variations
Color information
#55F495 (or 0x55F495) is known color: Medium Aquamarine. HEX triplet: 55, F4 and 95. RGB value is (85,244,149). Sum of RGB (Red+Green+Blue) = 85+244+149=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #55F495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F495 is #AA0B6A. Grayscale: #B9B9B9. Windows color (decimal): -11144043 or 9827413. OLE color: 9827413.
HSL color Cylindrical-coordinate representation of color #55F495: hue angle of 144.15º 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 #55F495 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 244 | 149 | - |
| CMYK | 0.65 | 0 | 0.39 | 0.04 |
| HSL | 144.15º | 0.88% | 0.65% | - |
| HSV(B) | 144.15º | 0.65% | 0.96% | - |
| XYZ | 41.52 | 68.8 | 39.53 | - |
| YUV | 185.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 244 | 149 | 0.65 | 0 | 0.39 | 0.04 | 144.15 | 0.88 | 0.65 |
| Hex | 55 | F4 | 95 | 41 | 0 | 27 | 4 | 90 | 58 | 41 |
| Octal | 125 | 364 | 225 | 101 | 0 | 47 | 4 | 220 | 130 | 101 |
| Binary | 1010101 | 11110100 | 10010101 | 1000001 | 0 | 100111 | 100 | 10010000 | 1011000 | 1000001 |
Color Harmonies of #55F495
Complementary color
Monochromatic Colors of #55F495
Black with #55F495
Text Example
Text Example
White with #55F495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F495; }
p { color: rgb(85,244,149); }
H1.HeaderClassName
{
color: #55F495;
}
.AnyTagClassName
{
color: #55F495;
}
</style>
background-color css
<style>
a { background-color: #55F495; }
a { background-color: rgb(85,244,149); }
div.DivClassName
{
background-color: #55F495;
}
.BgClassName
{
background-color: #55F495;
}
</style>
border-color css
<style>
span { border-color: #55F495; }
span { border-color: rgb(85,244,149); }
td.TdClassName
{
border-color: #55F495;
}
.TagClassName
{
border-color: #55F495;
}
</style>