Shades of Medium Aquamarine #55CBA0
Tints of Medium Aquamarine #55CBA0
RGB
CMYK
RGB Variations
Color information
#55CBA0 (or 0x55CBA0) is known color: Medium Aquamarine. HEX triplet: 55, CB and A0. RGB value is (85,203,160). Sum of RGB (Red+Green+Blue) = 85+203+160=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBA0 is #AA345F. Grayscale: #A2A2A2. Windows color (decimal): -11154528 or 10537813. OLE color: 10537813.
HSL color Cylindrical-coordinate representation of color #55CBA0: hue angle of 158.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CBA0 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 160 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.20 |
| HSL | 158.14º | 0.53% | 0.56% | - |
| HSV(B) | 158.14º | 0.58% | 0.8% | - |
| XYZ | 31.45 | 47.18 | 40.71 | - |
| YUV | 162.82 | 126.41 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 160 | 0.58 | 0 | 0.21 | 0.20 | 158.14 | 0.53 | 0.56 |
| Hex | 55 | CB | A0 | 3A | 0 | 15 | 14 | 9E | 35 | 38 |
| Octal | 125 | 313 | 240 | 72 | 0 | 25 | 24 | 236 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10100000 | 111010 | 0 | 10101 | 10100 | 10011110 | 110101 | 111000 |
Color Harmonies of #55CBA0
Complementary color
Monochromatic Colors of #55CBA0
Black with #55CBA0
Text Example
Text Example
White with #55CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CBA0; }
p { color: rgb(85,203,160); }
H1.HeaderClassName
{
color: #55CBA0;
}
.AnyTagClassName
{
color: #55CBA0;
}
</style>
background-color css
<style>
a { background-color: #55CBA0; }
a { background-color: rgb(85,203,160); }
div.DivClassName
{
background-color: #55CBA0;
}
.BgClassName
{
background-color: #55CBA0;
}
</style>
border-color css
<style>
span { border-color: #55CBA0; }
span { border-color: rgb(85,203,160); }
td.TdClassName
{
border-color: #55CBA0;
}
.TagClassName
{
border-color: #55CBA0;
}
</style>