Shades of Medium Aquamarine #55DCAC
Tints of Medium Aquamarine #55DCAC
RGB
CMYK
RGB Variations
Color information
#55DCAC (or 0x55DCAC) is known color: Medium Aquamarine. HEX triplet: 55, DC and AC. RGB value is (85,220,172). Sum of RGB (Red+Green+Blue) = 85+220+172=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DCAC is #AA2353. Grayscale: #AEAEAE. Windows color (decimal): -11150164 or 11328597. OLE color: 11328597.
HSL color Cylindrical-coordinate representation of color #55DCAC: hue angle of 158.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DCAC is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 172 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.14 |
| HSL | 158.67º | 0.66% | 0.6% | - |
| HSV(B) | 158.67º | 0.61% | 0.86% | - |
| XYZ | 36.79 | 56.1 | 47.92 | - |
| YUV | 174.16 | 126.77 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 172 | 0.61 | 0 | 0.22 | 0.14 | 158.67 | 0.66 | 0.6 |
| Hex | 55 | DC | AC | 3D | 0 | 16 | E | 9F | 42 | 3C |
| Octal | 125 | 334 | 254 | 75 | 0 | 26 | 16 | 237 | 102 | 74 |
| Binary | 1010101 | 11011100 | 10101100 | 111101 | 0 | 10110 | 1110 | 10011111 | 1000010 | 111100 |
Color Harmonies of #55DCAC
Complementary color
Monochromatic Colors of #55DCAC
Black with #55DCAC
Text Example
Text Example
White with #55DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DCAC; }
p { color: rgb(85,220,172); }
H1.HeaderClassName
{
color: #55DCAC;
}
.AnyTagClassName
{
color: #55DCAC;
}
</style>
background-color css
<style>
a { background-color: #55DCAC; }
a { background-color: rgb(85,220,172); }
div.DivClassName
{
background-color: #55DCAC;
}
.BgClassName
{
background-color: #55DCAC;
}
</style>
border-color css
<style>
span { border-color: #55DCAC; }
span { border-color: rgb(85,220,172); }
td.TdClassName
{
border-color: #55DCAC;
}
.TagClassName
{
border-color: #55DCAC;
}
</style>