Shades of Medium Aquamarine #55DDA1
Tints of Medium Aquamarine #55DDA1
RGB
CMYK
RGB Variations
Color information
#55DDA1 (or 0x55DDA1) is known color: Medium Aquamarine. HEX triplet: 55, DD and A1. RGB value is (85,221,161). Sum of RGB (Red+Green+Blue) = 85+221+161=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DDA1 is #AA225E. Grayscale: #ADADAD. Windows color (decimal): -11149919 or 10607957. OLE color: 10607957.
HSL color Cylindrical-coordinate representation of color #55DDA1: hue angle of 153.53º 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 #55DDA1 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 161 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.13 |
| HSL | 153.53º | 0.67% | 0.6% | - |
| HSV(B) | 153.53º | 0.62% | 0.87% | - |
| XYZ | 36.04 | 56.22 | 42.67 | - |
| YUV | 173.5 | 120.94 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 161 | 0.62 | 0 | 0.27 | 0.13 | 153.53 | 0.67 | 0.6 |
| Hex | 55 | DD | A1 | 3E | 0 | 1B | D | 9A | 43 | 3C |
| Octal | 125 | 335 | 241 | 76 | 0 | 33 | 15 | 232 | 103 | 74 |
| Binary | 1010101 | 11011101 | 10100001 | 111110 | 0 | 11011 | 1101 | 10011010 | 1000011 | 111100 |
Color Harmonies of #55DDA1
Complementary color
Monochromatic Colors of #55DDA1
Black with #55DDA1
Text Example
Text Example
White with #55DDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DDA1; }
p { color: rgb(85,221,161); }
H1.HeaderClassName
{
color: #55DDA1;
}
.AnyTagClassName
{
color: #55DDA1;
}
</style>
background-color css
<style>
a { background-color: #55DDA1; }
a { background-color: rgb(85,221,161); }
div.DivClassName
{
background-color: #55DDA1;
}
.BgClassName
{
background-color: #55DDA1;
}
</style>
border-color css
<style>
span { border-color: #55DDA1; }
span { border-color: rgb(85,221,161); }
td.TdClassName
{
border-color: #55DDA1;
}
.TagClassName
{
border-color: #55DDA1;
}
</style>