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