Shades of Fountain Blue #5CC2BF
Tints of Fountain Blue #5CC2BF
RGB
CMYK
RGB Variations
Color information
#5CC2BF (or 0x5CC2BF) is known color: Fountain Blue. HEX triplet: 5C, C2 and BF. RGB value is (92,194,191). Sum of RGB (Red+Green+Blue) = 92+194+191=477 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.29% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC2BF is #A33D40. Grayscale: #A3A3A3. Windows color (decimal): -10698049 or 12567132. OLE color: 12567132.
HSL color Cylindrical-coordinate representation of color #5CC2BF: hue angle of 178.24º degrees, saturation: 0.46, 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 #5CC2BF is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 194 | 191 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.24 |
| HSL | 178.24º | 0.46% | 0.56% | - |
| HSV(B) | 178.24º | 0.53% | 0.76% | - |
| XYZ | 33.11 | 44.62 | 56.16 | - |
| YUV | 163.16 | 143.71 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 194 | 191 | 0.53 | 0 | 0.02 | 0.24 | 178.24 | 0.46 | 0.56 |
| Hex | 5C | C2 | BF | 35 | 0 | 2 | 18 | B2 | 2E | 38 |
| Octal | 134 | 302 | 277 | 65 | 0 | 2 | 30 | 262 | 56 | 70 |
| Binary | 1011100 | 11000010 | 10111111 | 110101 | 0 | 10 | 11000 | 10110010 | 101110 | 111000 |
Color Harmonies of #5CC2BF
Complementary color
Monochromatic Colors of #5CC2BF
Black with #5CC2BF
Text Example
Text Example
White with #5CC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC2BF; }
p { color: rgb(92,194,191); }
H1.HeaderClassName
{
color: #5CC2BF;
}
.AnyTagClassName
{
color: #5CC2BF;
}
</style>
background-color css
<style>
a { background-color: #5CC2BF; }
a { background-color: rgb(92,194,191); }
div.DivClassName
{
background-color: #5CC2BF;
}
.BgClassName
{
background-color: #5CC2BF;
}
</style>
border-color css
<style>
span { border-color: #5CC2BF; }
span { border-color: rgb(92,194,191); }
td.TdClassName
{
border-color: #5CC2BF;
}
.TagClassName
{
border-color: #5CC2BF;
}
</style>