Shades of Fountain Blue #60C1C0
Tints of Fountain Blue #60C1C0
RGB
CMYK
RGB Variations
Color information
#60C1C0 (or 0x60C1C0) is known color: Fountain Blue. HEX triplet: 60, C1 and C0. RGB value is (96,193,192). Sum of RGB (Red+Green+Blue) = 96+193+192=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C1C0 is #9F3E3F. Grayscale: #A3A3A3. Windows color (decimal): -10436160 or 12632416. OLE color: 12632416.
HSL color Cylindrical-coordinate representation of color #60C1C0: hue angle of 179.38º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C1C0 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 192 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.24 |
| HSL | 179.38º | 0.44% | 0.57% | - |
| HSV(B) | 179.38º | 0.5% | 0.76% | - |
| XYZ | 33.41 | 44.43 | 56.68 | - |
| YUV | 163.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 192 | 0.50 | 0 | 0.01 | 0.24 | 179.38 | 0.44 | 0.57 |
| Hex | 60 | C1 | C0 | 32 | 0 | 1 | 18 | B3 | 2C | 39 |
| Octal | 140 | 301 | 300 | 62 | 0 | 1 | 30 | 263 | 54 | 71 |
| Binary | 1100000 | 11000001 | 11000000 | 110010 | 0 | 1 | 11000 | 10110011 | 101100 | 111001 |
Color Harmonies of #60C1C0
Complementary color
Monochromatic Colors of #60C1C0
Black with #60C1C0
Text Example
Text Example
White with #60C1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C1C0; }
p { color: rgb(96,193,192); }
H1.HeaderClassName
{
color: #60C1C0;
}
.AnyTagClassName
{
color: #60C1C0;
}
</style>
background-color css
<style>
a { background-color: #60C1C0; }
a { background-color: rgb(96,193,192); }
div.DivClassName
{
background-color: #60C1C0;
}
.BgClassName
{
background-color: #60C1C0;
}
</style>
border-color css
<style>
span { border-color: #60C1C0; }
span { border-color: rgb(96,193,192); }
td.TdClassName
{
border-color: #60C1C0;
}
.TagClassName
{
border-color: #60C1C0;
}
</style>