Shades of Fountain Blue #5CBFBB
Tints of Fountain Blue #5CBFBB
RGB
CMYK
RGB Variations
Color information
#5CBFBB (or 0x5CBFBB) is known color: Fountain Blue. HEX triplet: 5C, BF and BB. RGB value is (92,191,187). Sum of RGB (Red+Green+Blue) = 92+191+187=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBFBB is #A34044. Grayscale: #A0A0A0. Windows color (decimal): -10698821 or 12304220. OLE color: 12304220.
HSL color Cylindrical-coordinate representation of color #5CBFBB: hue angle of 177.58º 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 #5CBFBB is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 187 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.25 |
| HSL | 177.58º | 0.44% | 0.55% | - |
| HSV(B) | 177.58º | 0.52% | 0.75% | - |
| XYZ | 32.01 | 43.12 | 53.65 | - |
| YUV | 160.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 187 | 0.52 | 0 | 0.02 | 0.25 | 177.58 | 0.44 | 0.55 |
| Hex | 5C | BF | BB | 34 | 0 | 2 | 19 | B2 | 2C | 37 |
| Octal | 134 | 277 | 273 | 64 | 0 | 2 | 31 | 262 | 54 | 67 |
| Binary | 1011100 | 10111111 | 10111011 | 110100 | 0 | 10 | 11001 | 10110010 | 101100 | 110111 |
Color Harmonies of #5CBFBB
Complementary color
Monochromatic Colors of #5CBFBB
Black with #5CBFBB
Text Example
Text Example
White with #5CBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBFBB; }
p { color: rgb(92,191,187); }
H1.HeaderClassName
{
color: #5CBFBB;
}
.AnyTagClassName
{
color: #5CBFBB;
}
</style>
background-color css
<style>
a { background-color: #5CBFBB; }
a { background-color: rgb(92,191,187); }
div.DivClassName
{
background-color: #5CBFBB;
}
.BgClassName
{
background-color: #5CBFBB;
}
</style>
border-color css
<style>
span { border-color: #5CBFBB; }
span { border-color: rgb(92,191,187); }
td.TdClassName
{
border-color: #5CBFBB;
}
.TagClassName
{
border-color: #5CBFBB;
}
</style>