Shades of Fountain Blue #60B2C0
Tints of Fountain Blue #60B2C0
RGB
CMYK
RGB Variations
Color information
#60B2C0 (or 0x60B2C0) is known color: Fountain Blue. HEX triplet: 60, B2 and C0. RGB value is (96,178,192). Sum of RGB (Red+Green+Blue) = 96+178+192=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #60B2C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B2C0 is #9F4D3F. Grayscale: #9A9A9A. Windows color (decimal): -10440000 or 12628576. OLE color: 12628576.
HSL color Cylindrical-coordinate representation of color #60B2C0: hue angle of 188.75º 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 #60B2C0 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 178 | 192 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.25 |
| HSL | 188.75º | 0.43% | 0.56% | - |
| HSV(B) | 188.75º | 0.5% | 0.75% | - |
| XYZ | 30.26 | 38.13 | 55.63 | - |
| YUV | 155.08 | 148.83 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 192 | 0.50 | 0.07 | 0 | 0.25 | 188.75 | 0.43 | 0.56 |
| Hex | 60 | B2 | C0 | 32 | 7 | 0 | 19 | BD | 2B | 38 |
| Octal | 140 | 262 | 300 | 62 | 7 | 0 | 31 | 275 | 53 | 70 |
| Binary | 1100000 | 10110010 | 11000000 | 110010 | 111 | 0 | 11001 | 10111101 | 101011 | 111000 |
Color Harmonies of #60B2C0
Complementary color
Monochromatic Colors of #60B2C0
Black with #60B2C0
Text Example
Text Example
White with #60B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2C0; }
p { color: rgb(96,178,192); }
H1.HeaderClassName
{
color: #60B2C0;
}
.AnyTagClassName
{
color: #60B2C0;
}
</style>
background-color css
<style>
a { background-color: #60B2C0; }
a { background-color: rgb(96,178,192); }
div.DivClassName
{
background-color: #60B2C0;
}
.BgClassName
{
background-color: #60B2C0;
}
</style>
border-color css
<style>
span { border-color: #60B2C0; }
span { border-color: rgb(96,178,192); }
td.TdClassName
{
border-color: #60B2C0;
}
.TagClassName
{
border-color: #60B2C0;
}
</style>