Shades of Medium Aquamarine #55CC9A
Tints of Medium Aquamarine #55CC9A
RGB
CMYK
RGB Variations
Color information
#55CC9A (or 0x55CC9A) is known color: Medium Aquamarine. HEX triplet: 55, CC and 9A. RGB value is (85,204,154). Sum of RGB (Red+Green+Blue) = 85+204+154=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CC9A is #AA3365. Grayscale: #A2A2A2. Windows color (decimal): -11154278 or 10144853. OLE color: 10144853.
HSL color Cylindrical-coordinate representation of color #55CC9A: hue angle of 154.79º 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 #55CC9A is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 154 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.2 |
| HSL | 154.79º | 0.54% | 0.57% | - |
| HSV(B) | 154.79º | 0.58% | 0.8% | - |
| XYZ | 31.17 | 47.45 | 38.09 | - |
| YUV | 162.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 154 | 0.58 | 0 | 0.25 | 0.2 | 154.79 | 0.54 | 0.57 |
| Hex | 55 | CC | 9A | 3A | 0 | 19 | 14 | 9B | 36 | 39 |
| Octal | 125 | 314 | 232 | 72 | 0 | 31 | 24 | 233 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10011010 | 111010 | 0 | 11001 | 10100 | 10011011 | 110110 | 111001 |
Color Harmonies of #55CC9A
Complementary color
Monochromatic Colors of #55CC9A
Black with #55CC9A
Text Example
Text Example
White with #55CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC9A; }
p { color: rgb(85,204,154); }
H1.HeaderClassName
{
color: #55CC9A;
}
.AnyTagClassName
{
color: #55CC9A;
}
</style>
background-color css
<style>
a { background-color: #55CC9A; }
a { background-color: rgb(85,204,154); }
div.DivClassName
{
background-color: #55CC9A;
}
.BgClassName
{
background-color: #55CC9A;
}
</style>
border-color css
<style>
span { border-color: #55CC9A; }
span { border-color: rgb(85,204,154); }
td.TdClassName
{
border-color: #55CC9A;
}
.TagClassName
{
border-color: #55CC9A;
}
</style>