Shades of Fountain Blue #5BC0BE
Tints of Fountain Blue #5BC0BE
RGB
CMYK
RGB Variations
Color information
#5BC0BE (or 0x5BC0BE) is known color: Fountain Blue. HEX triplet: 5B, C0 and BE. RGB value is (91,192,190). Sum of RGB (Red+Green+Blue) = 91+192+190=473 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.24% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC0BE is #A43F41. Grayscale: #A1A1A1. Windows color (decimal): -10764098 or 12501083. OLE color: 12501083.
HSL color Cylindrical-coordinate representation of color #5BC0BE: hue angle of 178.81º 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 #5BC0BE is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 190 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.25 |
| HSL | 178.81º | 0.44% | 0.55% | - |
| HSV(B) | 178.81º | 0.53% | 0.75% | - |
| XYZ | 32.46 | 43.64 | 55.43 | - |
| YUV | 161.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 190 | 0.53 | 0 | 0.01 | 0.25 | 178.81 | 0.44 | 0.55 |
| Hex | 5B | C0 | BE | 35 | 0 | 1 | 19 | B3 | 2C | 37 |
| Octal | 133 | 300 | 276 | 65 | 0 | 1 | 31 | 263 | 54 | 67 |
| Binary | 1011011 | 11000000 | 10111110 | 110101 | 0 | 1 | 11001 | 10110011 | 101100 | 110111 |
Color Harmonies of #5BC0BE
Complementary color
Monochromatic Colors of #5BC0BE
Black with #5BC0BE
Text Example
Text Example
White with #5BC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC0BE; }
p { color: rgb(91,192,190); }
H1.HeaderClassName
{
color: #5BC0BE;
}
.AnyTagClassName
{
color: #5BC0BE;
}
</style>
background-color css
<style>
a { background-color: #5BC0BE; }
a { background-color: rgb(91,192,190); }
div.DivClassName
{
background-color: #5BC0BE;
}
.BgClassName
{
background-color: #5BC0BE;
}
</style>
border-color css
<style>
span { border-color: #5BC0BE; }
span { border-color: rgb(91,192,190); }
td.TdClassName
{
border-color: #5BC0BE;
}
.TagClassName
{
border-color: #5BC0BE;
}
</style>