Shades of Fountain Blue #5BC2BA
Tints of Fountain Blue #5BC2BA
RGB
CMYK
RGB Variations
Color information
#5BC2BA (or 0x5BC2BA) is known color: Fountain Blue. HEX triplet: 5B, C2 and BA. RGB value is (91,194,186). Sum of RGB (Red+Green+Blue) = 91+194+186=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC2BA is #A43D45. Grayscale: #A2A2A2. Windows color (decimal): -10763590 or 12239451. OLE color: 12239451.
HSL color Cylindrical-coordinate representation of color #5BC2BA: hue angle of 175.34º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC2BA is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 194 | 186 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.24 |
| HSL | 175.34º | 0.46% | 0.56% | - |
| HSV(B) | 175.34º | 0.53% | 0.76% | - |
| XYZ | 32.47 | 44.35 | 53.3 | - |
| YUV | 162.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 194 | 186 | 0.53 | 0 | 0.04 | 0.24 | 175.34 | 0.46 | 0.56 |
| Hex | 5B | C2 | BA | 35 | 0 | 4 | 18 | AF | 2E | 38 |
| Octal | 133 | 302 | 272 | 65 | 0 | 4 | 30 | 257 | 56 | 70 |
| Binary | 1011011 | 11000010 | 10111010 | 110101 | 0 | 100 | 11000 | 10101111 | 101110 | 111000 |
Color Harmonies of #5BC2BA
Complementary color
Monochromatic Colors of #5BC2BA
Black with #5BC2BA
Text Example
Text Example
White with #5BC2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC2BA; }
p { color: rgb(91,194,186); }
H1.HeaderClassName
{
color: #5BC2BA;
}
.AnyTagClassName
{
color: #5BC2BA;
}
</style>
background-color css
<style>
a { background-color: #5BC2BA; }
a { background-color: rgb(91,194,186); }
div.DivClassName
{
background-color: #5BC2BA;
}
.BgClassName
{
background-color: #5BC2BA;
}
</style>
border-color css
<style>
span { border-color: #5BC2BA; }
span { border-color: rgb(91,194,186); }
td.TdClassName
{
border-color: #5BC2BA;
}
.TagClassName
{
border-color: #5BC2BA;
}
</style>