Shades of Medium Aquamarine #55D5A0
Tints of Medium Aquamarine #55D5A0
RGB
CMYK
RGB Variations
Color information
#55D5A0 (or 0x55D5A0) is known color: Medium Aquamarine. HEX triplet: 55, D5 and A0. RGB value is (85,213,160). Sum of RGB (Red+Green+Blue) = 85+213+160=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #55D5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D5A0 is #AA2A5F. Grayscale: #A8A8A8. Windows color (decimal): -11151968 or 10540373. OLE color: 10540373.
HSL color Cylindrical-coordinate representation of color #55D5A0: hue angle of 155.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D5A0 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 160 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.16 |
| HSL | 155.16º | 0.6% | 0.58% | - |
| HSV(B) | 155.16º | 0.6% | 0.84% | - |
| XYZ | 33.89 | 52.06 | 41.52 | - |
| YUV | 168.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 160 | 0.60 | 0 | 0.25 | 0.16 | 155.16 | 0.6 | 0.58 |
| Hex | 55 | D5 | A0 | 3C | 0 | 19 | 10 | 9B | 3C | 3A |
| Octal | 125 | 325 | 240 | 74 | 0 | 31 | 20 | 233 | 74 | 72 |
| Binary | 1010101 | 11010101 | 10100000 | 111100 | 0 | 11001 | 10000 | 10011011 | 111100 | 111010 |
Color Harmonies of #55D5A0
Complementary color
Monochromatic Colors of #55D5A0
Black with #55D5A0
Text Example
Text Example
White with #55D5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D5A0; }
p { color: rgb(85,213,160); }
H1.HeaderClassName
{
color: #55D5A0;
}
.AnyTagClassName
{
color: #55D5A0;
}
</style>
background-color css
<style>
a { background-color: #55D5A0; }
a { background-color: rgb(85,213,160); }
div.DivClassName
{
background-color: #55D5A0;
}
.BgClassName
{
background-color: #55D5A0;
}
</style>
border-color css
<style>
span { border-color: #55D5A0; }
span { border-color: rgb(85,213,160); }
td.TdClassName
{
border-color: #55D5A0;
}
.TagClassName
{
border-color: #55D5A0;
}
</style>