Shades of Medium Aquamarine #55F095
Tints of Medium Aquamarine #55F095
RGB
CMYK
RGB Variations
Color information
#55F095 (or 0x55F095) is known color: Medium Aquamarine. HEX triplet: 55, F0 and 95. RGB value is (85,240,149). Sum of RGB (Red+Green+Blue) = 85+240+149=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #55F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F095 is #AA0F6A. Grayscale: #B7B7B7. Windows color (decimal): -11145067 or 9826389. OLE color: 9826389.
HSL color Cylindrical-coordinate representation of color #55F095: hue angle of 144.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F095 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 240 | 149 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.06 |
| HSL | 144.77º | 0.84% | 0.64% | - |
| HSV(B) | 144.77º | 0.65% | 0.94% | - |
| XYZ | 40.33 | 66.42 | 39.13 | - |
| YUV | 183.28 | 108.65 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 240 | 149 | 0.65 | 0 | 0.38 | 0.06 | 144.77 | 0.84 | 0.64 |
| Hex | 55 | F0 | 95 | 41 | 0 | 26 | 6 | 91 | 54 | 40 |
| Octal | 125 | 360 | 225 | 101 | 0 | 46 | 6 | 221 | 124 | 100 |
| Binary | 1010101 | 11110000 | 10010101 | 1000001 | 0 | 100110 | 110 | 10010001 | 1010100 | 1000000 |
Color Harmonies of #55F095
Complementary color
Monochromatic Colors of #55F095
Black with #55F095
Text Example
Text Example
White with #55F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F095; }
p { color: rgb(85,240,149); }
H1.HeaderClassName
{
color: #55F095;
}
.AnyTagClassName
{
color: #55F095;
}
</style>
background-color css
<style>
a { background-color: #55F095; }
a { background-color: rgb(85,240,149); }
div.DivClassName
{
background-color: #55F095;
}
.BgClassName
{
background-color: #55F095;
}
</style>
border-color css
<style>
span { border-color: #55F095; }
span { border-color: rgb(85,240,149); }
td.TdClassName
{
border-color: #55F095;
}
.TagClassName
{
border-color: #55F095;
}
</style>