Shades of Medium Aquamarine #5BC9B4
Tints of Medium Aquamarine #5BC9B4
RGB
CMYK
RGB Variations
Color information
#5BC9B4 (or 0x5BC9B4) is known color: Medium Aquamarine. HEX triplet: 5B, C9 and B4. RGB value is (91,201,180). Sum of RGB (Red+Green+Blue) = 91+201+180=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #5BC9B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC9B4 is #A4364B. Grayscale: #A5A5A5. Windows color (decimal): -10761804 or 11848027. OLE color: 11848027.
HSL color Cylindrical-coordinate representation of color #5BC9B4: hue angle of 168.55º 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 #5BC9B4 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 201 | 180 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.21 |
| HSL | 168.55º | 0.5% | 0.57% | - |
| HSV(B) | 168.55º | 0.55% | 0.79% | - |
| XYZ | 33.44 | 47.29 | 50.55 | - |
| YUV | 165.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 201 | 180 | 0.55 | 0 | 0.10 | 0.21 | 168.55 | 0.5 | 0.57 |
| Hex | 5B | C9 | B4 | 37 | 0 | A | 15 | A9 | 32 | 39 |
| Octal | 133 | 311 | 264 | 67 | 0 | 12 | 25 | 251 | 62 | 71 |
| Binary | 1011011 | 11001001 | 10110100 | 110111 | 0 | 1010 | 10101 | 10101001 | 110010 | 111001 |
Color Harmonies of #5BC9B4
Complementary color
Monochromatic Colors of #5BC9B4
Black with #5BC9B4
Text Example
Text Example
White with #5BC9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC9B4; }
p { color: rgb(91,201,180); }
H1.HeaderClassName
{
color: #5BC9B4;
}
.AnyTagClassName
{
color: #5BC9B4;
}
</style>
background-color css
<style>
a { background-color: #5BC9B4; }
a { background-color: rgb(91,201,180); }
div.DivClassName
{
background-color: #5BC9B4;
}
.BgClassName
{
background-color: #5BC9B4;
}
</style>
border-color css
<style>
span { border-color: #5BC9B4; }
span { border-color: rgb(91,201,180); }
td.TdClassName
{
border-color: #5BC9B4;
}
.TagClassName
{
border-color: #5BC9B4;
}
</style>