Shades of Medium Aquamarine #55DFAC
Tints of Medium Aquamarine #55DFAC
RGB
CMYK
RGB Variations
Color information
#55DFAC (or 0x55DFAC) is known color: Medium Aquamarine. HEX triplet: 55, DF and AC. RGB value is (85,223,172). Sum of RGB (Red+Green+Blue) = 85+223+172=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DFAC is #AA2053. Grayscale: #AFAFAF. Windows color (decimal): -11149396 or 11329365. OLE color: 11329365.
HSL color Cylindrical-coordinate representation of color #55DFAC: hue angle of 157.83º 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 #55DFAC is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 172 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.13 |
| HSL | 157.83º | 0.68% | 0.6% | - |
| HSV(B) | 157.83º | 0.62% | 0.87% | - |
| XYZ | 37.58 | 57.69 | 48.18 | - |
| YUV | 175.92 | 125.78 | 63.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 172 | 0.62 | 0 | 0.23 | 0.13 | 157.83 | 0.68 | 0.6 |
| Hex | 55 | DF | AC | 3E | 0 | 17 | D | 9E | 44 | 3C |
| Octal | 125 | 337 | 254 | 76 | 0 | 27 | 15 | 236 | 104 | 74 |
| Binary | 1010101 | 11011111 | 10101100 | 111110 | 0 | 10111 | 1101 | 10011110 | 1000100 | 111100 |
Color Harmonies of #55DFAC
Complementary color
Monochromatic Colors of #55DFAC
Black with #55DFAC
Text Example
Text Example
White with #55DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DFAC; }
p { color: rgb(85,223,172); }
H1.HeaderClassName
{
color: #55DFAC;
}
.AnyTagClassName
{
color: #55DFAC;
}
</style>
background-color css
<style>
a { background-color: #55DFAC; }
a { background-color: rgb(85,223,172); }
div.DivClassName
{
background-color: #55DFAC;
}
.BgClassName
{
background-color: #55DFAC;
}
</style>
border-color css
<style>
span { border-color: #55DFAC; }
span { border-color: rgb(85,223,172); }
td.TdClassName
{
border-color: #55DFAC;
}
.TagClassName
{
border-color: #55DFAC;
}
</style>