Shades of Fountain Blue #60BFBA
Tints of Fountain Blue #60BFBA
RGB
CMYK
RGB Variations
Color information
#60BFBA (or 0x60BFBA) is known color: Fountain Blue. HEX triplet: 60, BF and BA. RGB value is (96,191,186). Sum of RGB (Red+Green+Blue) = 96+191+186=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFBA is #9F4045. Grayscale: #A1A1A1. Windows color (decimal): -10436678 or 12238688. OLE color: 12238688.
HSL color Cylindrical-coordinate representation of color #60BFBA: hue angle of 176.84º 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 #60BFBA is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 186 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.25 |
| HSL | 176.84º | 0.43% | 0.56% | - |
| HSV(B) | 176.84º | 0.5% | 0.75% | - |
| XYZ | 32.32 | 43.29 | 53.11 | - |
| YUV | 162.03 | 141.53 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 186 | 0.50 | 0 | 0.03 | 0.25 | 176.84 | 0.43 | 0.56 |
| Hex | 60 | BF | BA | 32 | 0 | 3 | 19 | B1 | 2B | 38 |
| Octal | 140 | 277 | 272 | 62 | 0 | 3 | 31 | 261 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10111010 | 110010 | 0 | 11 | 11001 | 10110001 | 101011 | 111000 |
Color Harmonies of #60BFBA
Complementary color
Monochromatic Colors of #60BFBA
Black with #60BFBA
Text Example
Text Example
White with #60BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFBA; }
p { color: rgb(96,191,186); }
H1.HeaderClassName
{
color: #60BFBA;
}
.AnyTagClassName
{
color: #60BFBA;
}
</style>
background-color css
<style>
a { background-color: #60BFBA; }
a { background-color: rgb(96,191,186); }
div.DivClassName
{
background-color: #60BFBA;
}
.BgClassName
{
background-color: #60BFBA;
}
</style>
border-color css
<style>
span { border-color: #60BFBA; }
span { border-color: rgb(96,191,186); }
td.TdClassName
{
border-color: #60BFBA;
}
.TagClassName
{
border-color: #60BFBA;
}
</style>