Shades of Medium Aquamarine #55D7A4
Tints of Medium Aquamarine #55D7A4
RGB
CMYK
RGB Variations
Color information
#55D7A4 (or 0x55D7A4) is known color: Medium Aquamarine. HEX triplet: 55, D7 and A4. RGB value is (85,215,164). Sum of RGB (Red+Green+Blue) = 85+215+164=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #55D7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D7A4 is #AA285B. Grayscale: #AAAAAA. Windows color (decimal): -11151452 or 10803029. OLE color: 10803029.
HSL color Cylindrical-coordinate representation of color #55D7A4: hue angle of 156.46º degrees, saturation: 0.62, 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 #55D7A4 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 164 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.16 |
| HSL | 156.46º | 0.62% | 0.59% | - |
| HSV(B) | 156.46º | 0.6% | 0.84% | - |
| XYZ | 34.75 | 53.21 | 43.56 | - |
| YUV | 170.32 | 124.43 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 164 | 0.60 | 0 | 0.24 | 0.16 | 156.46 | 0.62 | 0.59 |
| Hex | 55 | D7 | A4 | 3C | 0 | 18 | 10 | 9C | 3E | 3B |
| Octal | 125 | 327 | 244 | 74 | 0 | 30 | 20 | 234 | 76 | 73 |
| Binary | 1010101 | 11010111 | 10100100 | 111100 | 0 | 11000 | 10000 | 10011100 | 111110 | 111011 |
Color Harmonies of #55D7A4
Complementary color
Monochromatic Colors of #55D7A4
Black with #55D7A4
Text Example
Text Example
White with #55D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D7A4; }
p { color: rgb(85,215,164); }
H1.HeaderClassName
{
color: #55D7A4;
}
.AnyTagClassName
{
color: #55D7A4;
}
</style>
background-color css
<style>
a { background-color: #55D7A4; }
a { background-color: rgb(85,215,164); }
div.DivClassName
{
background-color: #55D7A4;
}
.BgClassName
{
background-color: #55D7A4;
}
</style>
border-color css
<style>
span { border-color: #55D7A4; }
span { border-color: rgb(85,215,164); }
td.TdClassName
{
border-color: #55D7A4;
}
.TagClassName
{
border-color: #55D7A4;
}
</style>