Shades of Medium Aquamarine #55D9AC
Tints of Medium Aquamarine #55D9AC
RGB
CMYK
RGB Variations
Color information
#55D9AC (or 0x55D9AC) is known color: Medium Aquamarine. HEX triplet: 55, D9 and AC. RGB value is (85,217,172). Sum of RGB (Red+Green+Blue) = 85+217+172=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #55D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D9AC is #AA2653. Grayscale: #ACACAC. Windows color (decimal): -11150932 or 11327829. OLE color: 11327829.
HSL color Cylindrical-coordinate representation of color #55D9AC: hue angle of 159.55º 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 #55D9AC is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 217 | 172 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.15 |
| HSL | 159.55º | 0.63% | 0.59% | - |
| HSV(B) | 159.55º | 0.61% | 0.85% | - |
| XYZ | 36.01 | 54.54 | 47.66 | - |
| YUV | 172.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 217 | 172 | 0.61 | 0 | 0.21 | 0.15 | 159.55 | 0.63 | 0.59 |
| Hex | 55 | D9 | AC | 3D | 0 | 15 | F | A0 | 3F | 3B |
| Octal | 125 | 331 | 254 | 75 | 0 | 25 | 17 | 240 | 77 | 73 |
| Binary | 1010101 | 11011001 | 10101100 | 111101 | 0 | 10101 | 1111 | 10100000 | 111111 | 111011 |
Color Harmonies of #55D9AC
Complementary color
Monochromatic Colors of #55D9AC
Black with #55D9AC
Text Example
Text Example
White with #55D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D9AC; }
p { color: rgb(85,217,172); }
H1.HeaderClassName
{
color: #55D9AC;
}
.AnyTagClassName
{
color: #55D9AC;
}
</style>
background-color css
<style>
a { background-color: #55D9AC; }
a { background-color: rgb(85,217,172); }
div.DivClassName
{
background-color: #55D9AC;
}
.BgClassName
{
background-color: #55D9AC;
}
</style>
border-color css
<style>
span { border-color: #55D9AC; }
span { border-color: rgb(85,217,172); }
td.TdClassName
{
border-color: #55D9AC;
}
.TagClassName
{
border-color: #55D9AC;
}
</style>