Shades of Medium Aquamarine #55D2B9
Tints of Medium Aquamarine #55D2B9
RGB
CMYK
RGB Variations
Color information
#55D2B9 (or 0x55D2B9) is known color: Medium Aquamarine. HEX triplet: 55, D2 and B9. RGB value is (85,210,185). Sum of RGB (Red+Green+Blue) = 85+210+185=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #55D2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D2B9 is #AA2D46. Grayscale: #A9A9A9. Windows color (decimal): -11152711 or 12178005. OLE color: 12178005.
HSL color Cylindrical-coordinate representation of color #55D2B9: hue angle of 168º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D2B9 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 185 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.18 |
| HSL | 168º | 0.58% | 0.58% | - |
| HSV(B) | 168º | 0.6% | 0.82% | - |
| XYZ | 35.55 | 51.53 | 53.97 | - |
| YUV | 169.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 185 | 0.60 | 0 | 0.12 | 0.18 | 168 | 0.58 | 0.58 |
| Hex | 55 | D2 | B9 | 3C | 0 | C | 12 | A8 | 3A | 3A |
| Octal | 125 | 322 | 271 | 74 | 0 | 14 | 22 | 250 | 72 | 72 |
| Binary | 1010101 | 11010010 | 10111001 | 111100 | 0 | 1100 | 10010 | 10101000 | 111010 | 111010 |
Color Harmonies of #55D2B9
Complementary color
Monochromatic Colors of #55D2B9
Black with #55D2B9
Text Example
Text Example
White with #55D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D2B9; }
p { color: rgb(85,210,185); }
H1.HeaderClassName
{
color: #55D2B9;
}
.AnyTagClassName
{
color: #55D2B9;
}
</style>
background-color css
<style>
a { background-color: #55D2B9; }
a { background-color: rgb(85,210,185); }
div.DivClassName
{
background-color: #55D2B9;
}
.BgClassName
{
background-color: #55D2B9;
}
</style>
border-color css
<style>
span { border-color: #55D2B9; }
span { border-color: rgb(85,210,185); }
td.TdClassName
{
border-color: #55D2B9;
}
.TagClassName
{
border-color: #55D2B9;
}
</style>