Shades of Fountain Blue #5BC0BC
Tints of Fountain Blue #5BC0BC
RGB
CMYK
RGB Variations
Color information
#5BC0BC (or 0x5BC0BC) is known color: Fountain Blue. HEX triplet: 5B, C0 and BC. RGB value is (91,192,188). Sum of RGB (Red+Green+Blue) = 91+192+188=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC0BC is #A43F43. Grayscale: #A1A1A1. Windows color (decimal): -10764100 or 12370011. OLE color: 12370011.
HSL color Cylindrical-coordinate representation of color #5BC0BC: hue angle of 177.62º 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 #5BC0BC is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 188 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.25 |
| HSL | 177.62º | 0.44% | 0.55% | - |
| HSV(B) | 177.62º | 0.53% | 0.75% | - |
| XYZ | 32.24 | 43.55 | 54.28 | - |
| YUV | 161.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 188 | 0.53 | 0 | 0.02 | 0.25 | 177.62 | 0.44 | 0.55 |
| Hex | 5B | C0 | BC | 35 | 0 | 2 | 19 | B2 | 2C | 37 |
| Octal | 133 | 300 | 274 | 65 | 0 | 2 | 31 | 262 | 54 | 67 |
| Binary | 1011011 | 11000000 | 10111100 | 110101 | 0 | 10 | 11001 | 10110010 | 101100 | 110111 |
Color Harmonies of #5BC0BC
Complementary color
Monochromatic Colors of #5BC0BC
Black with #5BC0BC
Text Example
Text Example
White with #5BC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC0BC; }
p { color: rgb(91,192,188); }
H1.HeaderClassName
{
color: #5BC0BC;
}
.AnyTagClassName
{
color: #5BC0BC;
}
</style>
background-color css
<style>
a { background-color: #5BC0BC; }
a { background-color: rgb(91,192,188); }
div.DivClassName
{
background-color: #5BC0BC;
}
.BgClassName
{
background-color: #5BC0BC;
}
</style>
border-color css
<style>
span { border-color: #5BC0BC; }
span { border-color: rgb(91,192,188); }
td.TdClassName
{
border-color: #5BC0BC;
}
.TagClassName
{
border-color: #5BC0BC;
}
</style>