Shades of Medium Aquamarine #55DF98
Tints of Medium Aquamarine #55DF98
RGB
CMYK
RGB Variations
Color information
#55DF98 (or 0x55DF98) is known color: Medium Aquamarine. HEX triplet: 55, DF and 98. RGB value is (85,223,152). Sum of RGB (Red+Green+Blue) = 85+223+152=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DF98 is #AA2067. Grayscale: #ADADAD. Windows color (decimal): -11149416 or 10018645. OLE color: 10018645.
HSL color Cylindrical-coordinate representation of color #55DF98: hue angle of 149.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DF98 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 152 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.13 |
| HSL | 149.13º | 0.68% | 0.6% | - |
| HSV(B) | 149.13º | 0.62% | 0.87% | - |
| XYZ | 35.8 | 56.97 | 38.82 | - |
| YUV | 173.64 | 115.78 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 152 | 0.62 | 0 | 0.32 | 0.13 | 149.13 | 0.68 | 0.6 |
| Hex | 55 | DF | 98 | 3E | 0 | 20 | D | 95 | 44 | 3C |
| Octal | 125 | 337 | 230 | 76 | 0 | 40 | 15 | 225 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10011000 | 111110 | 0 | 100000 | 1101 | 10010101 | 1000100 | 111100 |
Color Harmonies of #55DF98
Complementary color
Monochromatic Colors of #55DF98
Black with #55DF98
Text Example
Text Example
White with #55DF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF98; }
p { color: rgb(85,223,152); }
H1.HeaderClassName
{
color: #55DF98;
}
.AnyTagClassName
{
color: #55DF98;
}
</style>
background-color css
<style>
a { background-color: #55DF98; }
a { background-color: rgb(85,223,152); }
div.DivClassName
{
background-color: #55DF98;
}
.BgClassName
{
background-color: #55DF98;
}
</style>
border-color css
<style>
span { border-color: #55DF98; }
span { border-color: rgb(85,223,152); }
td.TdClassName
{
border-color: #55DF98;
}
.TagClassName
{
border-color: #55DF98;
}
</style>