Shades of Fountain Blue #5BC0BD
Tints of Fountain Blue #5BC0BD
RGB
CMYK
RGB Variations
Color information
#5BC0BD (or 0x5BC0BD) is known color: Fountain Blue. HEX triplet: 5B, C0 and BD. RGB value is (91,192,189). Sum of RGB (Red+Green+Blue) = 91+192+189=472 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.28% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC0BD is #A43F42. Grayscale: #A1A1A1. Windows color (decimal): -10764099 or 12435547. OLE color: 12435547.
HSL color Cylindrical-coordinate representation of color #5BC0BD: hue angle of 178.22º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC0BD is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 189 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.25 |
| HSL | 178.22º | 0.44% | 0.55% | - |
| HSV(B) | 178.22º | 0.53% | 0.75% | - |
| XYZ | 32.35 | 43.6 | 54.85 | - |
| YUV | 161.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 189 | 0.53 | 0 | 0.02 | 0.25 | 178.22 | 0.44 | 0.55 |
| Hex | 5B | C0 | BD | 35 | 0 | 2 | 19 | B2 | 2C | 37 |
| Octal | 133 | 300 | 275 | 65 | 0 | 2 | 31 | 262 | 54 | 67 |
| Binary | 1011011 | 11000000 | 10111101 | 110101 | 0 | 10 | 11001 | 10110010 | 101100 | 110111 |
Color Harmonies of #5BC0BD
Complementary color
Monochromatic Colors of #5BC0BD
Black with #5BC0BD
Text Example
Text Example
White with #5BC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC0BD; }
p { color: rgb(91,192,189); }
H1.HeaderClassName
{
color: #5BC0BD;
}
.AnyTagClassName
{
color: #5BC0BD;
}
</style>
background-color css
<style>
a { background-color: #5BC0BD; }
a { background-color: rgb(91,192,189); }
div.DivClassName
{
background-color: #5BC0BD;
}
.BgClassName
{
background-color: #5BC0BD;
}
</style>
border-color css
<style>
span { border-color: #5BC0BD; }
span { border-color: rgb(91,192,189); }
td.TdClassName
{
border-color: #5BC0BD;
}
.TagClassName
{
border-color: #5BC0BD;
}
</style>