Shades of Fountain Blue #5BC1BE
Tints of Fountain Blue #5BC1BE
RGB
CMYK
RGB Variations
Color information
#5BC1BE (or 0x5BC1BE) is known color: Fountain Blue. HEX triplet: 5B, C1 and BE. RGB value is (91,193,190). Sum of RGB (Red+Green+Blue) = 91+193+190=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #5BC1BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BC1BE is #A43E41. Grayscale: #A2A2A2. Windows color (decimal): -10763842 or 12501339. OLE color: 12501339.
HSL color Cylindrical-coordinate representation of color #5BC1BE: hue angle of 178.24º degrees, saturation: 0.45, 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 #5BC1BE is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 193 | 190 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.24 |
| HSL | 178.24º | 0.45% | 0.56% | - |
| HSV(B) | 178.24º | 0.53% | 0.76% | - |
| XYZ | 32.68 | 44.08 | 55.5 | - |
| YUV | 162.16 | 143.71 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 193 | 190 | 0.53 | 0 | 0.02 | 0.24 | 178.24 | 0.45 | 0.56 |
| Hex | 5B | C1 | BE | 35 | 0 | 2 | 18 | B2 | 2D | 38 |
| Octal | 133 | 301 | 276 | 65 | 0 | 2 | 30 | 262 | 55 | 70 |
| Binary | 1011011 | 11000001 | 10111110 | 110101 | 0 | 10 | 11000 | 10110010 | 101101 | 111000 |
Color Harmonies of #5BC1BE
Complementary color
Monochromatic Colors of #5BC1BE
Black with #5BC1BE
Text Example
Text Example
White with #5BC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC1BE; }
p { color: rgb(91,193,190); }
H1.HeaderClassName
{
color: #5BC1BE;
}
.AnyTagClassName
{
color: #5BC1BE;
}
</style>
background-color css
<style>
a { background-color: #5BC1BE; }
a { background-color: rgb(91,193,190); }
div.DivClassName
{
background-color: #5BC1BE;
}
.BgClassName
{
background-color: #5BC1BE;
}
</style>
border-color css
<style>
span { border-color: #5BC1BE; }
span { border-color: rgb(91,193,190); }
td.TdClassName
{
border-color: #5BC1BE;
}
.TagClassName
{
border-color: #5BC1BE;
}
</style>