Shades of Fountain Blue #5CBFBE
Tints of Fountain Blue #5CBFBE
RGB
CMYK
RGB Variations
Color information
#5CBFBE (or 0x5CBFBE) is known color: Fountain Blue. HEX triplet: 5C, BF and BE. RGB value is (92,191,190). Sum of RGB (Red+Green+Blue) = 92+191+190=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #5CBFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBFBE is #A34041. Grayscale: #A1A1A1. Windows color (decimal): -10698818 or 12500828. OLE color: 12500828.
HSL color Cylindrical-coordinate representation of color #5CBFBE: hue angle of 179.39º 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 #5CBFBE is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 191 | 190 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.25 |
| HSL | 179.39º | 0.44% | 0.55% | - |
| HSV(B) | 179.39º | 0.52% | 0.75% | - |
| XYZ | 32.34 | 43.25 | 55.36 | - |
| YUV | 161.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 190 | 0.52 | 0 | 0.01 | 0.25 | 179.39 | 0.44 | 0.55 |
| Hex | 5C | BF | BE | 34 | 0 | 1 | 19 | B3 | 2C | 37 |
| Octal | 134 | 277 | 276 | 64 | 0 | 1 | 31 | 263 | 54 | 67 |
| Binary | 1011100 | 10111111 | 10111110 | 110100 | 0 | 1 | 11001 | 10110011 | 101100 | 110111 |
Color Harmonies of #5CBFBE
Complementary color
Monochromatic Colors of #5CBFBE
Black with #5CBFBE
Text Example
Text Example
White with #5CBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBFBE; }
p { color: rgb(92,191,190); }
H1.HeaderClassName
{
color: #5CBFBE;
}
.AnyTagClassName
{
color: #5CBFBE;
}
</style>
background-color css
<style>
a { background-color: #5CBFBE; }
a { background-color: rgb(92,191,190); }
div.DivClassName
{
background-color: #5CBFBE;
}
.BgClassName
{
background-color: #5CBFBE;
}
</style>
border-color css
<style>
span { border-color: #5CBFBE; }
span { border-color: rgb(92,191,190); }
td.TdClassName
{
border-color: #5CBFBE;
}
.TagClassName
{
border-color: #5CBFBE;
}
</style>