Shades of Fountain Blue #5CBCBA
Tints of Fountain Blue #5CBCBA
RGB
CMYK
RGB Variations
Color information
#5CBCBA (or 0x5CBCBA) is known color: Fountain Blue. HEX triplet: 5C, BC and BA. RGB value is (92,188,186). Sum of RGB (Red+Green+Blue) = 92+188+186=466 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.74% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCBA is #A34345. Grayscale: #9E9E9E. Windows color (decimal): -10699590 or 12237916. OLE color: 12237916.
HSL color Cylindrical-coordinate representation of color #5CBCBA: hue angle of 178.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBCBA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 186 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.26 |
| HSL | 178.75º | 0.42% | 0.55% | - |
| HSV(B) | 178.75º | 0.51% | 0.74% | - |
| XYZ | 31.26 | 41.79 | 52.87 | - |
| YUV | 159.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 186 | 0.51 | 0 | 0.01 | 0.26 | 178.75 | 0.42 | 0.55 |
| Hex | 5C | BC | BA | 33 | 0 | 1 | 1A | B3 | 2A | 37 |
| Octal | 134 | 274 | 272 | 63 | 0 | 1 | 32 | 263 | 52 | 67 |
| Binary | 1011100 | 10111100 | 10111010 | 110011 | 0 | 1 | 11010 | 10110011 | 101010 | 110111 |
Color Harmonies of #5CBCBA
Complementary color
Monochromatic Colors of #5CBCBA
Black with #5CBCBA
Text Example
Text Example
White with #5CBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBCBA; }
p { color: rgb(92,188,186); }
H1.HeaderClassName
{
color: #5CBCBA;
}
.AnyTagClassName
{
color: #5CBCBA;
}
</style>
background-color css
<style>
a { background-color: #5CBCBA; }
a { background-color: rgb(92,188,186); }
div.DivClassName
{
background-color: #5CBCBA;
}
.BgClassName
{
background-color: #5CBCBA;
}
</style>
border-color css
<style>
span { border-color: #5CBCBA; }
span { border-color: rgb(92,188,186); }
td.TdClassName
{
border-color: #5CBCBA;
}
.TagClassName
{
border-color: #5CBCBA;
}
</style>