Shades of Fountain Blue #60B0BA
Tints of Fountain Blue #60B0BA
RGB
CMYK
RGB Variations
Color information
#60B0BA (or 0x60B0BA) is known color: Fountain Blue. HEX triplet: 60, B0 and BA. RGB value is (96,176,186). Sum of RGB (Red+Green+Blue) = 96+176+186=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #60B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B0BA is #9F4F45. Grayscale: #999999. Windows color (decimal): -10440518 or 12234848. OLE color: 12234848.
HSL color Cylindrical-coordinate representation of color #60B0BA: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B0BA is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 176 | 186 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.27 |
| HSL | 186.67º | 0.39% | 0.55% | - |
| HSV(B) | 186.67º | 0.48% | 0.73% | - |
| XYZ | 29.21 | 37.08 | 52.07 | - |
| YUV | 153.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 176 | 186 | 0.48 | 0.05 | 0 | 0.27 | 186.67 | 0.39 | 0.55 |
| Hex | 60 | B0 | BA | 30 | 5 | 0 | 1B | BB | 27 | 37 |
| Octal | 140 | 260 | 272 | 60 | 5 | 0 | 33 | 273 | 47 | 67 |
| Binary | 1100000 | 10110000 | 10111010 | 110000 | 101 | 0 | 11011 | 10111011 | 100111 | 110111 |
Color Harmonies of #60B0BA
Complementary color
Monochromatic Colors of #60B0BA
Black with #60B0BA
Text Example
Text Example
White with #60B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B0BA; }
p { color: rgb(96,176,186); }
H1.HeaderClassName
{
color: #60B0BA;
}
.AnyTagClassName
{
color: #60B0BA;
}
</style>
background-color css
<style>
a { background-color: #60B0BA; }
a { background-color: rgb(96,176,186); }
div.DivClassName
{
background-color: #60B0BA;
}
.BgClassName
{
background-color: #60B0BA;
}
</style>
border-color css
<style>
span { border-color: #60B0BA; }
span { border-color: rgb(96,176,186); }
td.TdClassName
{
border-color: #60B0BA;
}
.TagClassName
{
border-color: #60B0BA;
}
</style>