Shades of Medium Aquamarine #55D4AA
Tints of Medium Aquamarine #55D4AA
RGB
CMYK
RGB Variations
Color information
#55D4AA (or 0x55D4AA) is known color: Medium Aquamarine. HEX triplet: 55, D4 and AA. RGB value is (85,212,170). Sum of RGB (Red+Green+Blue) = 85+212+170=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #55D4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D4AA is #AA2B55. Grayscale: #A9A9A9. Windows color (decimal): -11152214 or 11195477. OLE color: 11195477.
HSL color Cylindrical-coordinate representation of color #55D4AA: hue angle of 160.16º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D4AA is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 212 | 170 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.17 |
| HSL | 160.16º | 0.6% | 0.58% | - |
| HSV(B) | 160.16º | 0.6% | 0.83% | - |
| XYZ | 34.55 | 51.92 | 46.23 | - |
| YUV | 169.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 212 | 170 | 0.60 | 0 | 0.20 | 0.17 | 160.16 | 0.6 | 0.58 |
| Hex | 55 | D4 | AA | 3C | 0 | 14 | 11 | A0 | 3C | 3A |
| Octal | 125 | 324 | 252 | 74 | 0 | 24 | 21 | 240 | 74 | 72 |
| Binary | 1010101 | 11010100 | 10101010 | 111100 | 0 | 10100 | 10001 | 10100000 | 111100 | 111010 |
Color Harmonies of #55D4AA
Complementary color
Monochromatic Colors of #55D4AA
Black with #55D4AA
Text Example
Text Example
White with #55D4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D4AA; }
p { color: rgb(85,212,170); }
H1.HeaderClassName
{
color: #55D4AA;
}
.AnyTagClassName
{
color: #55D4AA;
}
</style>
background-color css
<style>
a { background-color: #55D4AA; }
a { background-color: rgb(85,212,170); }
div.DivClassName
{
background-color: #55D4AA;
}
.BgClassName
{
background-color: #55D4AA;
}
</style>
border-color css
<style>
span { border-color: #55D4AA; }
span { border-color: rgb(85,212,170); }
td.TdClassName
{
border-color: #55D4AA;
}
.TagClassName
{
border-color: #55D4AA;
}
</style>