Shades of Medium Aquamarine #55F796
Tints of Medium Aquamarine #55F796
RGB
CMYK
RGB Variations
Color information
#55F796 (or 0x55F796) is known color: Medium Aquamarine. HEX triplet: 55, F7 and 96. RGB value is (85,247,150). Sum of RGB (Red+Green+Blue) = 85+247+150=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 247 (96.88% from 255 or 51.24% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 247 - color contains mainly: green. Hex color #55F796 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F796 is #AA0869. Grayscale: #BBBBBB. Windows color (decimal): -11143274 or 9893717. OLE color: 9893717.
HSL color Cylindrical-coordinate representation of color #55F796: hue angle of 144.07º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F796 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 247 | 150 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.03 |
| HSL | 144.07º | 0.91% | 0.65% | - |
| HSV(B) | 144.07º | 0.66% | 0.97% | - |
| XYZ | 42.51 | 70.65 | 40.25 | - |
| YUV | 187.5 | 106.83 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 247 | 150 | 0.66 | 0 | 0.39 | 0.03 | 144.07 | 0.91 | 0.65 |
| Hex | 55 | F7 | 96 | 42 | 0 | 27 | 3 | 90 | 5B | 41 |
| Octal | 125 | 367 | 226 | 102 | 0 | 47 | 3 | 220 | 133 | 101 |
| Binary | 1010101 | 11110111 | 10010110 | 1000010 | 0 | 100111 | 11 | 10010000 | 1011011 | 1000001 |
Color Harmonies of #55F796
Complementary color
Monochromatic Colors of #55F796
Black with #55F796
Text Example
Text Example
White with #55F796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F796; }
p { color: rgb(85,247,150); }
H1.HeaderClassName
{
color: #55F796;
}
.AnyTagClassName
{
color: #55F796;
}
</style>
background-color css
<style>
a { background-color: #55F796; }
a { background-color: rgb(85,247,150); }
div.DivClassName
{
background-color: #55F796;
}
.BgClassName
{
background-color: #55F796;
}
</style>
border-color css
<style>
span { border-color: #55F796; }
span { border-color: rgb(85,247,150); }
td.TdClassName
{
border-color: #55F796;
}
.TagClassName
{
border-color: #55F796;
}
</style>