Shades of Medium Aquamarine #55FF98
Tints of Medium Aquamarine #55FF98
RGB
CMYK
RGB Variations
Color information
#55FF98 (or 0x55FF98) is known color: Medium Aquamarine. HEX triplet: 55, FF and 98. RGB value is (85,255,152). Sum of RGB (Red+Green+Blue) = 85+255+152=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF98 is #AA0067. Grayscale: #C0C0C0. Windows color (decimal): -11141224 or 10026837. OLE color: 10026837.
HSL color Cylindrical-coordinate representation of color #55FF98: hue angle of 143.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FF98 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 152 | - |
| CMYK | 0.67 | 0 | 0.40 | 0 |
| HSL | 143.65º | 1% | 0.67% | - |
| HSV(B) | 143.65º | 0.67% | 1% | - |
| XYZ | 45.17 | 75.72 | 41.94 | - |
| YUV | 192.43 | 105.18 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 152 | 0.67 | 0 | 0.40 | 0 | 143.65 | 1 | 0.67 |
| Hex | 55 | FF | 98 | 43 | 0 | 28 | 0 | 90 | 64 | 43 |
| Octal | 125 | 377 | 230 | 103 | 0 | 50 | 0 | 220 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10011000 | 1000011 | 0 | 101000 | 0 | 10010000 | 1100100 | 1000011 |
Color Harmonies of #55FF98
Complementary color
Monochromatic Colors of #55FF98
Black with #55FF98
Text Example
Text Example
White with #55FF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FF98; }
p { color: rgb(85,255,152); }
H1.HeaderClassName
{
color: #55FF98;
}
.AnyTagClassName
{
color: #55FF98;
}
</style>
background-color css
<style>
a { background-color: #55FF98; }
a { background-color: rgb(85,255,152); }
div.DivClassName
{
background-color: #55FF98;
}
.BgClassName
{
background-color: #55FF98;
}
</style>
border-color css
<style>
span { border-color: #55FF98; }
span { border-color: rgb(85,255,152); }
td.TdClassName
{
border-color: #55FF98;
}
.TagClassName
{
border-color: #55FF98;
}
</style>