Shades of Medium Aquamarine #5BCBA5
Tints of Medium Aquamarine #5BCBA5
RGB
CMYK
RGB Variations
Color information
#5BCBA5 (or 0x5BCBA5) is known color: Medium Aquamarine. HEX triplet: 5B, CB and A5. RGB value is (91,203,165). Sum of RGB (Red+Green+Blue) = 91+203+165=459 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.83% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BCBA5 is #A4345A. Grayscale: #A5A5A5. Windows color (decimal): -10761307 or 10865499. OLE color: 10865499.
HSL color Cylindrical-coordinate representation of color #5BCBA5: hue angle of 159.64º 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 #5BCBA5 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 203 | 165 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.20 |
| HSL | 159.64º | 0.52% | 0.58% | - |
| HSV(B) | 159.64º | 0.55% | 0.8% | - |
| XYZ | 32.46 | 47.65 | 43.08 | - |
| YUV | 165.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 203 | 165 | 0.55 | 0 | 0.19 | 0.20 | 159.64 | 0.52 | 0.58 |
| Hex | 5B | CB | A5 | 37 | 0 | 13 | 14 | A0 | 34 | 3A |
| Octal | 133 | 313 | 245 | 67 | 0 | 23 | 24 | 240 | 64 | 72 |
| Binary | 1011011 | 11001011 | 10100101 | 110111 | 0 | 10011 | 10100 | 10100000 | 110100 | 111010 |
Color Harmonies of #5BCBA5
Complementary color
Monochromatic Colors of #5BCBA5
Black with #5BCBA5
Text Example
Text Example
White with #5BCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BCBA5; }
p { color: rgb(91,203,165); }
H1.HeaderClassName
{
color: #5BCBA5;
}
.AnyTagClassName
{
color: #5BCBA5;
}
</style>
background-color css
<style>
a { background-color: #5BCBA5; }
a { background-color: rgb(91,203,165); }
div.DivClassName
{
background-color: #5BCBA5;
}
.BgClassName
{
background-color: #5BCBA5;
}
</style>
border-color css
<style>
span { border-color: #5BCBA5; }
span { border-color: rgb(91,203,165); }
td.TdClassName
{
border-color: #5BCBA5;
}
.TagClassName
{
border-color: #5BCBA5;
}
</style>