Shades of Medium Aquamarine #55D1AC
Tints of Medium Aquamarine #55D1AC
RGB
CMYK
RGB Variations
Color information
#55D1AC (or 0x55D1AC) is known color: Medium Aquamarine. HEX triplet: 55, D1 and AC. RGB value is (85,209,172). Sum of RGB (Red+Green+Blue) = 85+209+172=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #55D1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D1AC is #AA2E53. Grayscale: #A7A7A7. Windows color (decimal): -11152980 or 11325781. OLE color: 11325781.
HSL color Cylindrical-coordinate representation of color #55D1AC: hue angle of 162.1º 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 #55D1AC is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 172 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.18 |
| HSL | 162.1º | 0.57% | 0.58% | - |
| HSV(B) | 162.1º | 0.59% | 0.82% | - |
| XYZ | 33.99 | 50.51 | 46.99 | - |
| YUV | 167.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 172 | 0.59 | 0 | 0.18 | 0.18 | 162.1 | 0.57 | 0.58 |
| Hex | 55 | D1 | AC | 3B | 0 | 12 | 12 | A2 | 39 | 3A |
| Octal | 125 | 321 | 254 | 73 | 0 | 22 | 22 | 242 | 71 | 72 |
| Binary | 1010101 | 11010001 | 10101100 | 111011 | 0 | 10010 | 10010 | 10100010 | 111001 | 111010 |
Color Harmonies of #55D1AC
Complementary color
Monochromatic Colors of #55D1AC
Black with #55D1AC
Text Example
Text Example
White with #55D1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D1AC; }
p { color: rgb(85,209,172); }
H1.HeaderClassName
{
color: #55D1AC;
}
.AnyTagClassName
{
color: #55D1AC;
}
</style>
background-color css
<style>
a { background-color: #55D1AC; }
a { background-color: rgb(85,209,172); }
div.DivClassName
{
background-color: #55D1AC;
}
.BgClassName
{
background-color: #55D1AC;
}
</style>
border-color css
<style>
span { border-color: #55D1AC; }
span { border-color: rgb(85,209,172); }
td.TdClassName
{
border-color: #55D1AC;
}
.TagClassName
{
border-color: #55D1AC;
}
</style>