Shades of Medium Aquamarine #55D1B9
Tints of Medium Aquamarine #55D1B9
RGB
CMYK
RGB Variations
Color information
#55D1B9 (or 0x55D1B9) is known color: Medium Aquamarine. HEX triplet: 55, D1 and B9. RGB value is (85,209,185). Sum of RGB (Red+Green+Blue) = 85+209+185=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #55D1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1B9 is #AA2E46. Grayscale: #A9A9A9. Windows color (decimal): -11152967 or 12177749. OLE color: 12177749.
HSL color Cylindrical-coordinate representation of color #55D1B9: hue angle of 168.39º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D1B9 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 185 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.18 |
| HSL | 168.39º | 0.57% | 0.58% | - |
| HSV(B) | 168.39º | 0.59% | 0.82% | - |
| XYZ | 35.3 | 51.04 | 53.89 | - |
| YUV | 169.19 | 136.92 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 185 | 0.59 | 0 | 0.11 | 0.18 | 168.39 | 0.57 | 0.58 |
| Hex | 55 | D1 | B9 | 3B | 0 | B | 12 | A8 | 39 | 3A |
| Octal | 125 | 321 | 271 | 73 | 0 | 13 | 22 | 250 | 71 | 72 |
| Binary | 1010101 | 11010001 | 10111001 | 111011 | 0 | 1011 | 10010 | 10101000 | 111001 | 111010 |
Color Harmonies of #55D1B9
Complementary color
Monochromatic Colors of #55D1B9
Black with #55D1B9
Text Example
Text Example
White with #55D1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D1B9; }
p { color: rgb(85,209,185); }
H1.HeaderClassName
{
color: #55D1B9;
}
.AnyTagClassName
{
color: #55D1B9;
}
</style>
background-color css
<style>
a { background-color: #55D1B9; }
a { background-color: rgb(85,209,185); }
div.DivClassName
{
background-color: #55D1B9;
}
.BgClassName
{
background-color: #55D1B9;
}
</style>
border-color css
<style>
span { border-color: #55D1B9; }
span { border-color: rgb(85,209,185); }
td.TdClassName
{
border-color: #55D1B9;
}
.TagClassName
{
border-color: #55D1B9;
}
</style>