Shades of Medium Aquamarine #55DDA3
Tints of Medium Aquamarine #55DDA3
RGB
CMYK
RGB Variations
Color information
#55DDA3 (or 0x55DDA3) is known color: Medium Aquamarine. HEX triplet: 55, DD and A3. RGB value is (85,221,163). Sum of RGB (Red+Green+Blue) = 85+221+163=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DDA3 is #AA225C. Grayscale: #ADADAD. Windows color (decimal): -11149917 or 10739029. OLE color: 10739029.
HSL color Cylindrical-coordinate representation of color #55DDA3: hue angle of 154.41º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDA3 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 163 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.13 |
| HSL | 154.41º | 0.67% | 0.6% | - |
| HSV(B) | 154.41º | 0.62% | 0.87% | - |
| XYZ | 36.21 | 56.29 | 43.61 | - |
| YUV | 173.72 | 121.94 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 163 | 0.62 | 0 | 0.26 | 0.13 | 154.41 | 0.67 | 0.6 |
| Hex | 55 | DD | A3 | 3E | 0 | 1A | D | 9A | 43 | 3C |
| Octal | 125 | 335 | 243 | 76 | 0 | 32 | 15 | 232 | 103 | 74 |
| Binary | 1010101 | 11011101 | 10100011 | 111110 | 0 | 11010 | 1101 | 10011010 | 1000011 | 111100 |
Color Harmonies of #55DDA3
Complementary color
Monochromatic Colors of #55DDA3
Black with #55DDA3
Text Example
Text Example
White with #55DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDA3; }
p { color: rgb(85,221,163); }
H1.HeaderClassName
{
color: #55DDA3;
}
.AnyTagClassName
{
color: #55DDA3;
}
</style>
background-color css
<style>
a { background-color: #55DDA3; }
a { background-color: rgb(85,221,163); }
div.DivClassName
{
background-color: #55DDA3;
}
.BgClassName
{
background-color: #55DDA3;
}
</style>
border-color css
<style>
span { border-color: #55DDA3; }
span { border-color: rgb(85,221,163); }
td.TdClassName
{
border-color: #55DDA3;
}
.TagClassName
{
border-color: #55DDA3;
}
</style>