Shades of Medium Aquamarine #55CCA1
Tints of Medium Aquamarine #55CCA1
RGB
CMYK
RGB Variations
Color information
#55CCA1 (or 0x55CCA1) is known color: Medium Aquamarine. HEX triplet: 55, CC and A1. RGB value is (85,204,161). Sum of RGB (Red+Green+Blue) = 85+204+161=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CCA1 is #AA335E. Grayscale: #A3A3A3. Windows color (decimal): -11154271 or 10603605. OLE color: 10603605.
HSL color Cylindrical-coordinate representation of color #55CCA1: hue angle of 158.32º 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 #55CCA1 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 161 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.2 |
| HSL | 158.32º | 0.54% | 0.57% | - |
| HSV(B) | 158.32º | 0.58% | 0.8% | - |
| XYZ | 31.77 | 47.69 | 41.25 | - |
| YUV | 163.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 161 | 0.58 | 0 | 0.21 | 0.2 | 158.32 | 0.54 | 0.57 |
| Hex | 55 | CC | A1 | 3A | 0 | 15 | 14 | 9E | 36 | 39 |
| Octal | 125 | 314 | 241 | 72 | 0 | 25 | 24 | 236 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10100001 | 111010 | 0 | 10101 | 10100 | 10011110 | 110110 | 111001 |
Color Harmonies of #55CCA1
Complementary color
Monochromatic Colors of #55CCA1
Black with #55CCA1
Text Example
Text Example
White with #55CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCA1; }
p { color: rgb(85,204,161); }
H1.HeaderClassName
{
color: #55CCA1;
}
.AnyTagClassName
{
color: #55CCA1;
}
</style>
background-color css
<style>
a { background-color: #55CCA1; }
a { background-color: rgb(85,204,161); }
div.DivClassName
{
background-color: #55CCA1;
}
.BgClassName
{
background-color: #55CCA1;
}
</style>
border-color css
<style>
span { border-color: #55CCA1; }
span { border-color: rgb(85,204,161); }
td.TdClassName
{
border-color: #55CCA1;
}
.TagClassName
{
border-color: #55CCA1;
}
</style>