Shades of Medium Aquamarine #5BCBAB
Tints of Medium Aquamarine #5BCBAB
RGB
CMYK
RGB Variations
Color information
#5BCBAB (or 0x5BCBAB) is known color: Medium Aquamarine. HEX triplet: 5B, CB and AB. RGB value is (91,203,171). Sum of RGB (Red+Green+Blue) = 91+203+171=465 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.57% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBAB is #A43454. Grayscale: #A5A5A5. Windows color (decimal): -10761301 or 11258715. OLE color: 11258715.
HSL color Cylindrical-coordinate representation of color #5BCBAB: hue angle of 162.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCBAB is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 171 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.20 |
| HSL | 162.86º | 0.52% | 0.58% | - |
| HSV(B) | 162.86º | 0.55% | 0.8% | - |
| XYZ | 33.02 | 47.88 | 46.03 | - |
| YUV | 165.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 171 | 0.55 | 0 | 0.16 | 0.20 | 162.86 | 0.52 | 0.58 |
| Hex | 5B | CB | AB | 37 | 0 | 10 | 14 | A3 | 34 | 3A |
| Octal | 133 | 313 | 253 | 67 | 0 | 20 | 24 | 243 | 64 | 72 |
| Binary | 1011011 | 11001011 | 10101011 | 110111 | 0 | 10000 | 10100 | 10100011 | 110100 | 111010 |
Color Harmonies of #5BCBAB
Complementary color
Monochromatic Colors of #5BCBAB
Black with #5BCBAB
Text Example
Text Example
White with #5BCBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBAB; }
p { color: rgb(91,203,171); }
H1.HeaderClassName
{
color: #5BCBAB;
}
.AnyTagClassName
{
color: #5BCBAB;
}
</style>
background-color css
<style>
a { background-color: #5BCBAB; }
a { background-color: rgb(91,203,171); }
div.DivClassName
{
background-color: #5BCBAB;
}
.BgClassName
{
background-color: #5BCBAB;
}
</style>
border-color css
<style>
span { border-color: #5BCBAB; }
span { border-color: rgb(91,203,171); }
td.TdClassName
{
border-color: #5BCBAB;
}
.TagClassName
{
border-color: #5BCBAB;
}
</style>