Shades of Fountain Blue #5BBABA
Tints of Fountain Blue #5BBABA
RGB
CMYK
RGB Variations
Color information
#5BBABA (or 0x5BBABA) is known color: Fountain Blue. HEX triplet: 5B, BA and BA. RGB value is (91,186,186). Sum of RGB (Red+Green+Blue) = 91+186+186=463 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.65% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #5BBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBABA is #A44545. Grayscale: #9D9D9D. Windows color (decimal): -10765638 or 12237403. OLE color: 12237403.
HSL color Cylindrical-coordinate representation of color #5BBABA: hue angle of 180º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBABA is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 186 | 186 | - |
| CMYK | 0.51 | 0 | 0 | 0.27 |
| HSL | 180º | 0.41% | 0.54% | - |
| HSV(B) | 180º | 0.51% | 0.73% | - |
| XYZ | 30.74 | 40.89 | 52.73 | - |
| YUV | 157.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 186 | 0.51 | 0 | 0 | 0.27 | 180 | 0.41 | 0.54 |
| Hex | 5B | BA | BA | 33 | 0 | 0 | 1B | B4 | 29 | 36 |
| Octal | 133 | 272 | 272 | 63 | 0 | 0 | 33 | 264 | 51 | 66 |
| Binary | 1011011 | 10111010 | 10111010 | 110011 | 0 | 0 | 11011 | 10110100 | 101001 | 110110 |
Color Harmonies of #5BBABA
Complementary color
Monochromatic Colors of #5BBABA
Black with #5BBABA
Text Example
Text Example
White with #5BBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBABA; }
p { color: rgb(91,186,186); }
H1.HeaderClassName
{
color: #5BBABA;
}
.AnyTagClassName
{
color: #5BBABA;
}
</style>
background-color css
<style>
a { background-color: #5BBABA; }
a { background-color: rgb(91,186,186); }
div.DivClassName
{
background-color: #5BBABA;
}
.BgClassName
{
background-color: #5BBABA;
}
</style>
border-color css
<style>
span { border-color: #5BBABA; }
span { border-color: rgb(91,186,186); }
td.TdClassName
{
border-color: #5BBABA;
}
.TagClassName
{
border-color: #5BBABA;
}
</style>