Shades of Medium Aquamarine #5BC9AB
Tints of Medium Aquamarine #5BC9AB
RGB
CMYK
RGB Variations
Color information
#5BC9AB (or 0x5BC9AB) is known color: Medium Aquamarine. HEX triplet: 5B, C9 and AB. RGB value is (91,201,171). Sum of RGB (Red+Green+Blue) = 91+201+171=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC9AB is #A43654. Grayscale: #A4A4A4. Windows color (decimal): -10761813 or 11258203. OLE color: 11258203.
HSL color Cylindrical-coordinate representation of color #5BC9AB: hue angle of 163.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BC9AB is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 171 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.21 |
| HSL | 163.64º | 0.5% | 0.57% | - |
| HSV(B) | 163.64º | 0.55% | 0.79% | - |
| XYZ | 32.55 | 46.94 | 45.87 | - |
| YUV | 164.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 171 | 0.55 | 0 | 0.15 | 0.21 | 163.64 | 0.5 | 0.57 |
| Hex | 5B | C9 | AB | 37 | 0 | F | 15 | A4 | 32 | 39 |
| Octal | 133 | 311 | 253 | 67 | 0 | 17 | 25 | 244 | 62 | 71 |
| Binary | 1011011 | 11001001 | 10101011 | 110111 | 0 | 1111 | 10101 | 10100100 | 110010 | 111001 |
Color Harmonies of #5BC9AB
Complementary color
Monochromatic Colors of #5BC9AB
Black with #5BC9AB
Text Example
Text Example
White with #5BC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9AB; }
p { color: rgb(91,201,171); }
H1.HeaderClassName
{
color: #5BC9AB;
}
.AnyTagClassName
{
color: #5BC9AB;
}
</style>
background-color css
<style>
a { background-color: #5BC9AB; }
a { background-color: rgb(91,201,171); }
div.DivClassName
{
background-color: #5BC9AB;
}
.BgClassName
{
background-color: #5BC9AB;
}
</style>
border-color css
<style>
span { border-color: #5BC9AB; }
span { border-color: rgb(91,201,171); }
td.TdClassName
{
border-color: #5BC9AB;
}
.TagClassName
{
border-color: #5BC9AB;
}
</style>