Shades of Medium Aquamarine #55D298
Tints of Medium Aquamarine #55D298
RGB
CMYK
RGB Variations
Color information
#55D298 (or 0x55D298) is known color: Medium Aquamarine. HEX triplet: 55, D2 and 98. RGB value is (85,210,152). Sum of RGB (Red+Green+Blue) = 85+210+152=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #55D298 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D298 is #AA2D67. Grayscale: #A6A6A6. Windows color (decimal): -11152744 or 10015317. OLE color: 10015317.
HSL color Cylindrical-coordinate representation of color #55D298: hue angle of 152.16º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D298 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 152 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.18 |
| HSL | 152.16º | 0.58% | 0.58% | - |
| HSV(B) | 152.16º | 0.6% | 0.82% | - |
| XYZ | 32.46 | 50.29 | 37.7 | - |
| YUV | 166.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 152 | 0.60 | 0 | 0.28 | 0.18 | 152.16 | 0.58 | 0.58 |
| Hex | 55 | D2 | 98 | 3C | 0 | 1C | 12 | 98 | 3A | 3A |
| Octal | 125 | 322 | 230 | 74 | 0 | 34 | 22 | 230 | 72 | 72 |
| Binary | 1010101 | 11010010 | 10011000 | 111100 | 0 | 11100 | 10010 | 10011000 | 111010 | 111010 |
Color Harmonies of #55D298
Complementary color
Monochromatic Colors of #55D298
Black with #55D298
Text Example
Text Example
White with #55D298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D298; }
p { color: rgb(85,210,152); }
H1.HeaderClassName
{
color: #55D298;
}
.AnyTagClassName
{
color: #55D298;
}
</style>
background-color css
<style>
a { background-color: #55D298; }
a { background-color: rgb(85,210,152); }
div.DivClassName
{
background-color: #55D298;
}
.BgClassName
{
background-color: #55D298;
}
</style>
border-color css
<style>
span { border-color: #55D298; }
span { border-color: rgb(85,210,152); }
td.TdClassName
{
border-color: #55D298;
}
.TagClassName
{
border-color: #55D298;
}
</style>