Shades of Fountain Blue #60BCBF
Tints of Fountain Blue #60BCBF
RGB
CMYK
RGB Variations
Color information
#60BCBF (or 0x60BCBF) is known color: Fountain Blue. HEX triplet: 60, BC and BF. RGB value is (96,188,191). Sum of RGB (Red+Green+Blue) = 96+188+191=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #60BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCBF is #9F4340. Grayscale: #A0A0A0. Windows color (decimal): -10437441 or 12565600. OLE color: 12565600.
HSL color Cylindrical-coordinate representation of color #60BCBF: hue angle of 181.89º 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 #60BCBF is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 188 | 191 | - |
| CMYK | 0.50 | 0.02 | 0 | 0.25 |
| HSL | 181.89º | 0.43% | 0.56% | - |
| HSV(B) | 181.89º | 0.5% | 0.75% | - |
| XYZ | 32.21 | 42.21 | 55.74 | - |
| YUV | 160.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 191 | 0.50 | 0.02 | 0 | 0.25 | 181.89 | 0.43 | 0.56 |
| Hex | 60 | BC | BF | 32 | 2 | 0 | 19 | B6 | 2B | 38 |
| Octal | 140 | 274 | 277 | 62 | 2 | 0 | 31 | 266 | 53 | 70 |
| Binary | 1100000 | 10111100 | 10111111 | 110010 | 10 | 0 | 11001 | 10110110 | 101011 | 111000 |
Color Harmonies of #60BCBF
Complementary color
Monochromatic Colors of #60BCBF
Black with #60BCBF
Text Example
Text Example
White with #60BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCBF; }
p { color: rgb(96,188,191); }
H1.HeaderClassName
{
color: #60BCBF;
}
.AnyTagClassName
{
color: #60BCBF;
}
</style>
background-color css
<style>
a { background-color: #60BCBF; }
a { background-color: rgb(96,188,191); }
div.DivClassName
{
background-color: #60BCBF;
}
.BgClassName
{
background-color: #60BCBF;
}
</style>
border-color css
<style>
span { border-color: #60BCBF; }
span { border-color: rgb(96,188,191); }
td.TdClassName
{
border-color: #60BCBF;
}
.TagClassName
{
border-color: #60BCBF;
}
</style>