Shades of Medium Aquamarine #55D89B
Tints of Medium Aquamarine #55D89B
RGB
CMYK
RGB Variations
Color information
#55D89B (or 0x55D89B) is known color: Medium Aquamarine. HEX triplet: 55, D8 and 9B. RGB value is (85,216,155). Sum of RGB (Red+Green+Blue) = 85+216+155=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #55D89B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D89B is #AA2764. Grayscale: #A9A9A9. Windows color (decimal): -11151205 or 10213461. OLE color: 10213461.
HSL color Cylindrical-coordinate representation of color #55D89B: hue angle of 152.06º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D89B is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 216 | 155 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.15 |
| HSL | 152.06º | 0.63% | 0.59% | - |
| HSV(B) | 152.06º | 0.61% | 0.85% | - |
| XYZ | 34.22 | 53.41 | 39.52 | - |
| YUV | 169.88 | 119.6 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 216 | 155 | 0.61 | 0 | 0.28 | 0.15 | 152.06 | 0.63 | 0.59 |
| Hex | 55 | D8 | 9B | 3D | 0 | 1C | F | 98 | 3F | 3B |
| Octal | 125 | 330 | 233 | 75 | 0 | 34 | 17 | 230 | 77 | 73 |
| Binary | 1010101 | 11011000 | 10011011 | 111101 | 0 | 11100 | 1111 | 10011000 | 111111 | 111011 |
Color Harmonies of #55D89B
Complementary color
Monochromatic Colors of #55D89B
Black with #55D89B
Text Example
Text Example
White with #55D89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D89B; }
p { color: rgb(85,216,155); }
H1.HeaderClassName
{
color: #55D89B;
}
.AnyTagClassName
{
color: #55D89B;
}
</style>
background-color css
<style>
a { background-color: #55D89B; }
a { background-color: rgb(85,216,155); }
div.DivClassName
{
background-color: #55D89B;
}
.BgClassName
{
background-color: #55D89B;
}
</style>
border-color css
<style>
span { border-color: #55D89B; }
span { border-color: rgb(85,216,155); }
td.TdClassName
{
border-color: #55D89B;
}
.TagClassName
{
border-color: #55D89B;
}
</style>