Shades of Fountain Blue #60C0C0
Tints of Fountain Blue #60C0C0
RGB
CMYK
RGB Variations
Color information
#60C0C0 (or 0x60C0C0) is known color: Fountain Blue. HEX triplet: 60, C0 and C0. RGB value is (96,192,192). Sum of RGB (Red+Green+Blue) = 96+192+192=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #60C0C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0C0 is #9F3F3F. Grayscale: #A3A3A3. Windows color (decimal): -10436416 or 12632160. OLE color: 12632160.
HSL color Cylindrical-coordinate representation of color #60C0C0: hue angle of 180º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C0C0 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 192 | - |
| CMYK | 0.50 | 0 | 0 | 0.25 |
| HSL | 180º | 0.43% | 0.56% | - |
| HSV(B) | 180º | 0.5% | 0.75% | - |
| XYZ | 33.19 | 43.99 | 56.61 | - |
| YUV | 163.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 192 | 0.50 | 0 | 0 | 0.25 | 180 | 0.43 | 0.56 |
| Hex | 60 | C0 | C0 | 32 | 0 | 0 | 19 | B4 | 2B | 38 |
| Octal | 140 | 300 | 300 | 62 | 0 | 0 | 31 | 264 | 53 | 70 |
| Binary | 1100000 | 11000000 | 11000000 | 110010 | 0 | 0 | 11001 | 10110100 | 101011 | 111000 |
Color Harmonies of #60C0C0
Complementary color
Monochromatic Colors of #60C0C0
Black with #60C0C0
Text Example
Text Example
White with #60C0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0C0; }
p { color: rgb(96,192,192); }
H1.HeaderClassName
{
color: #60C0C0;
}
.AnyTagClassName
{
color: #60C0C0;
}
</style>
background-color css
<style>
a { background-color: #60C0C0; }
a { background-color: rgb(96,192,192); }
div.DivClassName
{
background-color: #60C0C0;
}
.BgClassName
{
background-color: #60C0C0;
}
</style>
border-color css
<style>
span { border-color: #60C0C0; }
span { border-color: rgb(96,192,192); }
td.TdClassName
{
border-color: #60C0C0;
}
.TagClassName
{
border-color: #60C0C0;
}
</style>