Shades of Fountain Blue #5BBFB8
Tints of Fountain Blue #5BBFB8
RGB
CMYK
RGB Variations
Color information
#5BBFB8 (or 0x5BBFB8) is known color: Fountain Blue. HEX triplet: 5B, BF and B8. RGB value is (91,191,184). Sum of RGB (Red+Green+Blue) = 91+191+184=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBFB8 is #A44047. Grayscale: #A0A0A0. Windows color (decimal): -10764360 or 12107611. OLE color: 12107611.
HSL color Cylindrical-coordinate representation of color #5BBFB8: hue angle of 175.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBFB8 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 191 | 184 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.25 |
| HSL | 175.8º | 0.44% | 0.55% | - |
| HSV(B) | 175.8º | 0.52% | 0.75% | - |
| XYZ | 31.6 | 42.95 | 51.97 | - |
| YUV | 160.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 191 | 184 | 0.52 | 0 | 0.04 | 0.25 | 175.8 | 0.44 | 0.55 |
| Hex | 5B | BF | B8 | 34 | 0 | 4 | 19 | B0 | 2C | 37 |
| Octal | 133 | 277 | 270 | 64 | 0 | 4 | 31 | 260 | 54 | 67 |
| Binary | 1011011 | 10111111 | 10111000 | 110100 | 0 | 100 | 11001 | 10110000 | 101100 | 110111 |
Color Harmonies of #5BBFB8
Complementary color
Monochromatic Colors of #5BBFB8
Black with #5BBFB8
Text Example
Text Example
White with #5BBFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBFB8; }
p { color: rgb(91,191,184); }
H1.HeaderClassName
{
color: #5BBFB8;
}
.AnyTagClassName
{
color: #5BBFB8;
}
</style>
background-color css
<style>
a { background-color: #5BBFB8; }
a { background-color: rgb(91,191,184); }
div.DivClassName
{
background-color: #5BBFB8;
}
.BgClassName
{
background-color: #5BBFB8;
}
</style>
border-color css
<style>
span { border-color: #5BBFB8; }
span { border-color: rgb(91,191,184); }
td.TdClassName
{
border-color: #5BBFB8;
}
.TagClassName
{
border-color: #5BBFB8;
}
</style>