Shades of Medium Aquamarine #55D1A8
Tints of Medium Aquamarine #55D1A8
RGB
CMYK
RGB Variations
Color information
#55D1A8 (or 0x55D1A8) is known color: Medium Aquamarine. HEX triplet: 55, D1 and A8. RGB value is (85,209,168). Sum of RGB (Red+Green+Blue) = 85+209+168=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #55D1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D1A8 is #AA2E57. Grayscale: #A7A7A7. Windows color (decimal): -11152984 or 11063637. OLE color: 11063637.
HSL color Cylindrical-coordinate representation of color #55D1A8: hue angle of 160.16º 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 #55D1A8 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 168 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.18 |
| HSL | 160.16º | 0.57% | 0.58% | - |
| HSV(B) | 160.16º | 0.59% | 0.82% | - |
| XYZ | 33.61 | 50.36 | 44.99 | - |
| YUV | 167.25 | 128.42 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 168 | 0.59 | 0 | 0.20 | 0.18 | 160.16 | 0.57 | 0.58 |
| Hex | 55 | D1 | A8 | 3B | 0 | 14 | 12 | A0 | 39 | 3A |
| Octal | 125 | 321 | 250 | 73 | 0 | 24 | 22 | 240 | 71 | 72 |
| Binary | 1010101 | 11010001 | 10101000 | 111011 | 0 | 10100 | 10010 | 10100000 | 111001 | 111010 |
Color Harmonies of #55D1A8
Complementary color
Monochromatic Colors of #55D1A8
Black with #55D1A8
Text Example
Text Example
White with #55D1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D1A8; }
p { color: rgb(85,209,168); }
H1.HeaderClassName
{
color: #55D1A8;
}
.AnyTagClassName
{
color: #55D1A8;
}
</style>
background-color css
<style>
a { background-color: #55D1A8; }
a { background-color: rgb(85,209,168); }
div.DivClassName
{
background-color: #55D1A8;
}
.BgClassName
{
background-color: #55D1A8;
}
</style>
border-color css
<style>
span { border-color: #55D1A8; }
span { border-color: rgb(85,209,168); }
td.TdClassName
{
border-color: #55D1A8;
}
.TagClassName
{
border-color: #55D1A8;
}
</style>