Shades of Medium Aquamarine #55CCAC
Tints of Medium Aquamarine #55CCAC
RGB
CMYK
RGB Variations
Color information
#55CCAC (or 0x55CCAC) is known color: Medium Aquamarine. HEX triplet: 55, CC and AC. RGB value is (85,204,172). Sum of RGB (Red+Green+Blue) = 85+204+172=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CCAC is #AA3353. Grayscale: #A4A4A4. Windows color (decimal): -11154260 or 11324501. OLE color: 11324501.
HSL color Cylindrical-coordinate representation of color #55CCAC: hue angle of 163.87º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCAC is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 172 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.2 |
| HSL | 163.87º | 0.54% | 0.57% | - |
| HSV(B) | 163.87º | 0.58% | 0.8% | - |
| XYZ | 32.79 | 48.1 | 46.59 | - |
| YUV | 164.77 | 132.08 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 172 | 0.58 | 0 | 0.16 | 0.2 | 163.87 | 0.54 | 0.57 |
| Hex | 55 | CC | AC | 3A | 0 | 10 | 14 | A4 | 36 | 39 |
| Octal | 125 | 314 | 254 | 72 | 0 | 20 | 24 | 244 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10101100 | 111010 | 0 | 10000 | 10100 | 10100100 | 110110 | 111001 |
Color Harmonies of #55CCAC
Complementary color
Monochromatic Colors of #55CCAC
Black with #55CCAC
Text Example
Text Example
White with #55CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCAC; }
p { color: rgb(85,204,172); }
H1.HeaderClassName
{
color: #55CCAC;
}
.AnyTagClassName
{
color: #55CCAC;
}
</style>
background-color css
<style>
a { background-color: #55CCAC; }
a { background-color: rgb(85,204,172); }
div.DivClassName
{
background-color: #55CCAC;
}
.BgClassName
{
background-color: #55CCAC;
}
</style>
border-color css
<style>
span { border-color: #55CCAC; }
span { border-color: rgb(85,204,172); }
td.TdClassName
{
border-color: #55CCAC;
}
.TagClassName
{
border-color: #55CCAC;
}
</style>