Shades of Medium Aquamarine #55CBAB
Tints of Medium Aquamarine #55CBAB
RGB
CMYK
RGB Variations
Color information
#55CBAB (or 0x55CBAB) is known color: Medium Aquamarine. HEX triplet: 55, CB and AB. RGB value is (85,203,171). Sum of RGB (Red+Green+Blue) = 85+203+171=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBAB is #AA3454. Grayscale: #A4A4A4. Windows color (decimal): -11154517 or 11258709. OLE color: 11258709.
HSL color Cylindrical-coordinate representation of color #55CBAB: hue angle of 163.73º 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 #55CBAB is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 171 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.20 |
| HSL | 163.73º | 0.53% | 0.56% | - |
| HSV(B) | 163.73º | 0.58% | 0.8% | - |
| XYZ | 32.45 | 47.58 | 46 | - |
| YUV | 164.07 | 131.91 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 171 | 0.58 | 0 | 0.16 | 0.20 | 163.73 | 0.53 | 0.56 |
| Hex | 55 | CB | AB | 3A | 0 | 10 | 14 | A4 | 35 | 38 |
| Octal | 125 | 313 | 253 | 72 | 0 | 20 | 24 | 244 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10101011 | 111010 | 0 | 10000 | 10100 | 10100100 | 110101 | 111000 |
Color Harmonies of #55CBAB
Complementary color
Monochromatic Colors of #55CBAB
Black with #55CBAB
Text Example
Text Example
White with #55CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CBAB; }
p { color: rgb(85,203,171); }
H1.HeaderClassName
{
color: #55CBAB;
}
.AnyTagClassName
{
color: #55CBAB;
}
</style>
background-color css
<style>
a { background-color: #55CBAB; }
a { background-color: rgb(85,203,171); }
div.DivClassName
{
background-color: #55CBAB;
}
.BgClassName
{
background-color: #55CBAB;
}
</style>
border-color css
<style>
span { border-color: #55CBAB; }
span { border-color: rgb(85,203,171); }
td.TdClassName
{
border-color: #55CBAB;
}
.TagClassName
{
border-color: #55CBAB;
}
</style>