Shades of Medium Aquamarine #55F295
Tints of Medium Aquamarine #55F295
RGB
CMYK
RGB Variations
Color information
#55F295 (or 0x55F295) is known color: Medium Aquamarine. HEX triplet: 55, F2 and 95. RGB value is (85,242,149). Sum of RGB (Red+Green+Blue) = 85+242+149=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #55F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F295 is #AA0D6A. Grayscale: #B8B8B8. Windows color (decimal): -11144555 or 9826901. OLE color: 9826901.
HSL color Cylindrical-coordinate representation of color #55F295: hue angle of 144.46º 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 #55F295 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 242 | 149 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.05 |
| HSL | 144.46º | 0.86% | 0.64% | - |
| HSV(B) | 144.46º | 0.65% | 0.95% | - |
| XYZ | 40.92 | 67.61 | 39.33 | - |
| YUV | 184.46 | 107.99 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 149 | 0.65 | 0 | 0.38 | 0.05 | 144.46 | 0.86 | 0.64 |
| Hex | 55 | F2 | 95 | 41 | 0 | 26 | 5 | 90 | 56 | 40 |
| Octal | 125 | 362 | 225 | 101 | 0 | 46 | 5 | 220 | 126 | 100 |
| Binary | 1010101 | 11110010 | 10010101 | 1000001 | 0 | 100110 | 101 | 10010000 | 1010110 | 1000000 |
Color Harmonies of #55F295
Complementary color
Monochromatic Colors of #55F295
Black with #55F295
Text Example
Text Example
White with #55F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F295; }
p { color: rgb(85,242,149); }
H1.HeaderClassName
{
color: #55F295;
}
.AnyTagClassName
{
color: #55F295;
}
</style>
background-color css
<style>
a { background-color: #55F295; }
a { background-color: rgb(85,242,149); }
div.DivClassName
{
background-color: #55F295;
}
.BgClassName
{
background-color: #55F295;
}
</style>
border-color css
<style>
span { border-color: #55F295; }
span { border-color: rgb(85,242,149); }
td.TdClassName
{
border-color: #55F295;
}
.TagClassName
{
border-color: #55F295;
}
</style>