Shades of Medium Aquamarine #55D6AD
Tints of Medium Aquamarine #55D6AD
RGB
CMYK
RGB Variations
Color information
#55D6AD (or 0x55D6AD) is known color: Medium Aquamarine. HEX triplet: 55, D6 and AD. RGB value is (85,214,173). Sum of RGB (Red+Green+Blue) = 85+214+173=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D6AD is #AA2952. Grayscale: #AAAAAA. Windows color (decimal): -11151699 or 11392597. OLE color: 11392597.
HSL color Cylindrical-coordinate representation of color #55D6AD: hue angle of 160.93º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D6AD is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 173 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.16 |
| HSL | 160.93º | 0.61% | 0.59% | - |
| HSV(B) | 160.93º | 0.6% | 0.84% | - |
| XYZ | 35.34 | 53.04 | 47.91 | - |
| YUV | 170.76 | 129.26 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 173 | 0.60 | 0 | 0.19 | 0.16 | 160.93 | 0.61 | 0.59 |
| Hex | 55 | D6 | AD | 3C | 0 | 13 | 10 | A1 | 3D | 3B |
| Octal | 125 | 326 | 255 | 74 | 0 | 23 | 20 | 241 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10101101 | 111100 | 0 | 10011 | 10000 | 10100001 | 111101 | 111011 |
Color Harmonies of #55D6AD
Complementary color
Monochromatic Colors of #55D6AD
Black with #55D6AD
Text Example
Text Example
White with #55D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D6AD; }
p { color: rgb(85,214,173); }
H1.HeaderClassName
{
color: #55D6AD;
}
.AnyTagClassName
{
color: #55D6AD;
}
</style>
background-color css
<style>
a { background-color: #55D6AD; }
a { background-color: rgb(85,214,173); }
div.DivClassName
{
background-color: #55D6AD;
}
.BgClassName
{
background-color: #55D6AD;
}
</style>
border-color css
<style>
span { border-color: #55D6AD; }
span { border-color: rgb(85,214,173); }
td.TdClassName
{
border-color: #55D6AD;
}
.TagClassName
{
border-color: #55D6AD;
}
</style>