Shades of Fountain Blue #5FC2C0
Tints of Fountain Blue #5FC2C0
RGB
CMYK
RGB Variations
Color information
#5FC2C0 (or 0x5FC2C0) is known color: Fountain Blue. HEX triplet: 5F, C2 and C0. RGB value is (95,194,192). Sum of RGB (Red+Green+Blue) = 95+194+192=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC2C0 is #A03D3F. Grayscale: #A4A4A4. Windows color (decimal): -10501440 or 12632671. OLE color: 12632671.
HSL color Cylindrical-coordinate representation of color #5FC2C0: hue angle of 178.79º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC2C0 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 194 | 192 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.24 |
| HSL | 178.79º | 0.45% | 0.57% | - |
| HSV(B) | 178.79º | 0.51% | 0.76% | - |
| XYZ | 33.53 | 44.82 | 56.75 | - |
| YUV | 164.17 | 143.7 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 194 | 192 | 0.51 | 0 | 0.01 | 0.24 | 178.79 | 0.45 | 0.57 |
| Hex | 5F | C2 | C0 | 33 | 0 | 1 | 18 | B3 | 2D | 39 |
| Octal | 137 | 302 | 300 | 63 | 0 | 1 | 30 | 263 | 55 | 71 |
| Binary | 1011111 | 11000010 | 11000000 | 110011 | 0 | 1 | 11000 | 10110011 | 101101 | 111001 |
Color Harmonies of #5FC2C0
Complementary color
Monochromatic Colors of #5FC2C0
Black with #5FC2C0
Text Example
Text Example
White with #5FC2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC2C0; }
p { color: rgb(95,194,192); }
H1.HeaderClassName
{
color: #5FC2C0;
}
.AnyTagClassName
{
color: #5FC2C0;
}
</style>
background-color css
<style>
a { background-color: #5FC2C0; }
a { background-color: rgb(95,194,192); }
div.DivClassName
{
background-color: #5FC2C0;
}
.BgClassName
{
background-color: #5FC2C0;
}
</style>
border-color css
<style>
span { border-color: #5FC2C0; }
span { border-color: rgb(95,194,192); }
td.TdClassName
{
border-color: #5FC2C0;
}
.TagClassName
{
border-color: #5FC2C0;
}
</style>