Shades of Fountain Blue #60B1BA
Tints of Fountain Blue #60B1BA
RGB
CMYK
RGB Variations
Color information
#60B1BA (or 0x60B1BA) is known color: Fountain Blue. HEX triplet: 60, B1 and BA. RGB value is (96,177,186). Sum of RGB (Red+Green+Blue) = 96+177+186=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #60B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60B1BA is #9F4E45. Grayscale: #999999. Windows color (decimal): -10440262 or 12235104. OLE color: 12235104.
HSL color Cylindrical-coordinate representation of color #60B1BA: hue angle of 186º 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 #60B1BA is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 177 | 186 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.27 |
| HSL | 186º | 0.39% | 0.55% | - |
| HSV(B) | 186º | 0.48% | 0.73% | - |
| XYZ | 29.41 | 37.48 | 52.14 | - |
| YUV | 153.81 | 146.16 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 186 | 0.48 | 0.05 | 0 | 0.27 | 186 | 0.39 | 0.55 |
| Hex | 60 | B1 | BA | 30 | 5 | 0 | 1B | BA | 27 | 37 |
| Octal | 140 | 261 | 272 | 60 | 5 | 0 | 33 | 272 | 47 | 67 |
| Binary | 1100000 | 10110001 | 10111010 | 110000 | 101 | 0 | 11011 | 10111010 | 100111 | 110111 |
Color Harmonies of #60B1BA
Complementary color
Monochromatic Colors of #60B1BA
Black with #60B1BA
Text Example
Text Example
White with #60B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B1BA; }
p { color: rgb(96,177,186); }
H1.HeaderClassName
{
color: #60B1BA;
}
.AnyTagClassName
{
color: #60B1BA;
}
</style>
background-color css
<style>
a { background-color: #60B1BA; }
a { background-color: rgb(96,177,186); }
div.DivClassName
{
background-color: #60B1BA;
}
.BgClassName
{
background-color: #60B1BA;
}
</style>
border-color css
<style>
span { border-color: #60B1BA; }
span { border-color: rgb(96,177,186); }
td.TdClassName
{
border-color: #60B1BA;
}
.TagClassName
{
border-color: #60B1BA;
}
</style>