Shades of Medium Aquamarine #55DFAA
Tints of Medium Aquamarine #55DFAA
RGB
CMYK
RGB Variations
Color information
#55DFAA (or 0x55DFAA) is known color: Medium Aquamarine. HEX triplet: 55, DF and AA. RGB value is (85,223,170). Sum of RGB (Red+Green+Blue) = 85+223+170=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DFAA is #AA2055. Grayscale: #AFAFAF. Windows color (decimal): -11149398 or 11198293. OLE color: 11198293.
HSL color Cylindrical-coordinate representation of color #55DFAA: hue angle of 156.96º degrees, saturation: 0.68, 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 #55DFAA is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 170 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.13 |
| HSL | 156.96º | 0.68% | 0.6% | - |
| HSV(B) | 156.96º | 0.62% | 0.87% | - |
| XYZ | 37.39 | 57.61 | 47.18 | - |
| YUV | 175.7 | 124.78 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 170 | 0.62 | 0 | 0.24 | 0.13 | 156.96 | 0.68 | 0.6 |
| Hex | 55 | DF | AA | 3E | 0 | 18 | D | 9D | 44 | 3C |
| Octal | 125 | 337 | 252 | 76 | 0 | 30 | 15 | 235 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10101010 | 111110 | 0 | 11000 | 1101 | 10011101 | 1000100 | 111100 |
Color Harmonies of #55DFAA
Complementary color
Monochromatic Colors of #55DFAA
Black with #55DFAA
Text Example
Text Example
White with #55DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFAA; }
p { color: rgb(85,223,170); }
H1.HeaderClassName
{
color: #55DFAA;
}
.AnyTagClassName
{
color: #55DFAA;
}
</style>
background-color css
<style>
a { background-color: #55DFAA; }
a { background-color: rgb(85,223,170); }
div.DivClassName
{
background-color: #55DFAA;
}
.BgClassName
{
background-color: #55DFAA;
}
</style>
border-color css
<style>
span { border-color: #55DFAA; }
span { border-color: rgb(85,223,170); }
td.TdClassName
{
border-color: #55DFAA;
}
.TagClassName
{
border-color: #55DFAA;
}
</style>