Shades of Medium Aquamarine #5BCBA1
Tints of Medium Aquamarine #5BCBA1
RGB
CMYK
RGB Variations
Color information
#5BCBA1 (or 0x5BCBA1) is known color: Medium Aquamarine. HEX triplet: 5B, CB and A1. RGB value is (91,203,161). Sum of RGB (Red+Green+Blue) = 91+203+161=455 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBA1 is #A4345E. Grayscale: #A4A4A4. Windows color (decimal): -10761311 or 10603355. OLE color: 10603355.
HSL color Cylindrical-coordinate representation of color #5BCBA1: hue angle of 157.5º 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 #5BCBA1 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 161 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.20 |
| HSL | 157.5º | 0.52% | 0.58% | - |
| HSV(B) | 157.5º | 0.55% | 0.8% | - |
| XYZ | 32.1 | 47.51 | 41.2 | - |
| YUV | 164.72 | 125.89 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 161 | 0.55 | 0 | 0.21 | 0.20 | 157.5 | 0.52 | 0.58 |
| Hex | 5B | CB | A1 | 37 | 0 | 15 | 14 | 9E | 34 | 3A |
| Octal | 133 | 313 | 241 | 67 | 0 | 25 | 24 | 236 | 64 | 72 |
| Binary | 1011011 | 11001011 | 10100001 | 110111 | 0 | 10101 | 10100 | 10011110 | 110100 | 111010 |
Color Harmonies of #5BCBA1
Complementary color
Monochromatic Colors of #5BCBA1
Black with #5BCBA1
Text Example
Text Example
White with #5BCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBA1; }
p { color: rgb(91,203,161); }
H1.HeaderClassName
{
color: #5BCBA1;
}
.AnyTagClassName
{
color: #5BCBA1;
}
</style>
background-color css
<style>
a { background-color: #5BCBA1; }
a { background-color: rgb(91,203,161); }
div.DivClassName
{
background-color: #5BCBA1;
}
.BgClassName
{
background-color: #5BCBA1;
}
</style>
border-color css
<style>
span { border-color: #5BCBA1; }
span { border-color: rgb(91,203,161); }
td.TdClassName
{
border-color: #5BCBA1;
}
.TagClassName
{
border-color: #5BCBA1;
}
</style>