Shades of Medium Aquamarine #55DC9F
Tints of Medium Aquamarine #55DC9F
RGB
CMYK
RGB Variations
Color information
#55DC9F (or 0x55DC9F) is known color: Medium Aquamarine. HEX triplet: 55, DC and 9F. RGB value is (85,220,159). Sum of RGB (Red+Green+Blue) = 85+220+159=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DC9F is #AA2360. Grayscale: #ACACAC. Windows color (decimal): -11150177 or 10476629. OLE color: 10476629.
HSL color Cylindrical-coordinate representation of color #55DC9F: hue angle of 152.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DC9F is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 159 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.14 |
| HSL | 152.89º | 0.66% | 0.6% | - |
| HSV(B) | 152.89º | 0.61% | 0.86% | - |
| XYZ | 35.6 | 55.62 | 41.66 | - |
| YUV | 172.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 159 | 0.61 | 0 | 0.28 | 0.14 | 152.89 | 0.66 | 0.6 |
| Hex | 55 | DC | 9F | 3D | 0 | 1C | E | 99 | 42 | 3C |
| Octal | 125 | 334 | 237 | 75 | 0 | 34 | 16 | 231 | 102 | 74 |
| Binary | 1010101 | 11011100 | 10011111 | 111101 | 0 | 11100 | 1110 | 10011001 | 1000010 | 111100 |
Color Harmonies of #55DC9F
Complementary color
Monochromatic Colors of #55DC9F
Black with #55DC9F
Text Example
Text Example
White with #55DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC9F; }
p { color: rgb(85,220,159); }
H1.HeaderClassName
{
color: #55DC9F;
}
.AnyTagClassName
{
color: #55DC9F;
}
</style>
background-color css
<style>
a { background-color: #55DC9F; }
a { background-color: rgb(85,220,159); }
div.DivClassName
{
background-color: #55DC9F;
}
.BgClassName
{
background-color: #55DC9F;
}
</style>
border-color css
<style>
span { border-color: #55DC9F; }
span { border-color: rgb(85,220,159); }
td.TdClassName
{
border-color: #55DC9F;
}
.TagClassName
{
border-color: #55DC9F;
}
</style>