Shades of Medium Aquamarine #5BCBA3
Tints of Medium Aquamarine #5BCBA3
RGB
CMYK
RGB Variations
Color information
#5BCBA3 (or 0x5BCBA3) is known color: Medium Aquamarine. HEX triplet: 5B, CB and A3. RGB value is (91,203,163). Sum of RGB (Red+Green+Blue) = 91+203+163=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBA3 is #A4345C. Grayscale: #A5A5A5. Windows color (decimal): -10761309 or 10734427. OLE color: 10734427.
HSL color Cylindrical-coordinate representation of color #5BCBA3: hue angle of 158.57º 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 #5BCBA3 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 163 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.20 |
| HSL | 158.57º | 0.52% | 0.58% | - |
| HSV(B) | 158.57º | 0.55% | 0.8% | - |
| XYZ | 32.28 | 47.58 | 42.13 | - |
| YUV | 164.95 | 126.89 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 163 | 0.55 | 0 | 0.20 | 0.20 | 158.57 | 0.52 | 0.58 |
| Hex | 5B | CB | A3 | 37 | 0 | 14 | 14 | 9F | 34 | 3A |
| Octal | 133 | 313 | 243 | 67 | 0 | 24 | 24 | 237 | 64 | 72 |
| Binary | 1011011 | 11001011 | 10100011 | 110111 | 0 | 10100 | 10100 | 10011111 | 110100 | 111010 |
Color Harmonies of #5BCBA3
Complementary color
Monochromatic Colors of #5BCBA3
Black with #5BCBA3
Text Example
Text Example
White with #5BCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBA3; }
p { color: rgb(91,203,163); }
H1.HeaderClassName
{
color: #5BCBA3;
}
.AnyTagClassName
{
color: #5BCBA3;
}
</style>
background-color css
<style>
a { background-color: #5BCBA3; }
a { background-color: rgb(91,203,163); }
div.DivClassName
{
background-color: #5BCBA3;
}
.BgClassName
{
background-color: #5BCBA3;
}
</style>
border-color css
<style>
span { border-color: #5BCBA3; }
span { border-color: rgb(91,203,163); }
td.TdClassName
{
border-color: #5BCBA3;
}
.TagClassName
{
border-color: #5BCBA3;
}
</style>