Shades of Medium Aquamarine #55D698
Tints of Medium Aquamarine #55D698
RGB
CMYK
RGB Variations
Color information
#55D698 (or 0x55D698) is known color: Medium Aquamarine. HEX triplet: 55, D6 and 98. RGB value is (85,214,152). Sum of RGB (Red+Green+Blue) = 85+214+152=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #55D698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D698 is #AA2967. Grayscale: #A8A8A8. Windows color (decimal): -11151720 or 10016341. OLE color: 10016341.
HSL color Cylindrical-coordinate representation of color #55D698: hue angle of 151.16º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D698 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 152 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.16 |
| HSL | 151.16º | 0.61% | 0.59% | - |
| HSV(B) | 151.16º | 0.6% | 0.84% | - |
| XYZ | 33.46 | 52.29 | 38.04 | - |
| YUV | 168.36 | 118.76 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 152 | 0.60 | 0 | 0.29 | 0.16 | 151.16 | 0.61 | 0.59 |
| Hex | 55 | D6 | 98 | 3C | 0 | 1D | 10 | 97 | 3D | 3B |
| Octal | 125 | 326 | 230 | 74 | 0 | 35 | 20 | 227 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10011000 | 111100 | 0 | 11101 | 10000 | 10010111 | 111101 | 111011 |
Color Harmonies of #55D698
Complementary color
Monochromatic Colors of #55D698
Black with #55D698
Text Example
Text Example
White with #55D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D698; }
p { color: rgb(85,214,152); }
H1.HeaderClassName
{
color: #55D698;
}
.AnyTagClassName
{
color: #55D698;
}
</style>
background-color css
<style>
a { background-color: #55D698; }
a { background-color: rgb(85,214,152); }
div.DivClassName
{
background-color: #55D698;
}
.BgClassName
{
background-color: #55D698;
}
</style>
border-color css
<style>
span { border-color: #55D698; }
span { border-color: rgb(85,214,152); }
td.TdClassName
{
border-color: #55D698;
}
.TagClassName
{
border-color: #55D698;
}
</style>