Shades of Fountain Blue #60BFBB
Tints of Fountain Blue #60BFBB
RGB
CMYK
RGB Variations
Color information
#60BFBB (or 0x60BFBB) is known color: Fountain Blue. HEX triplet: 60, BF and BB. RGB value is (96,191,187). Sum of RGB (Red+Green+Blue) = 96+191+187=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFBB is #9F4044. Grayscale: #A2A2A2. Windows color (decimal): -10436677 or 12304224. OLE color: 12304224.
HSL color Cylindrical-coordinate representation of color #60BFBB: hue angle of 177.47º 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 #60BFBB is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 187 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.25 |
| HSL | 177.47º | 0.43% | 0.56% | - |
| HSV(B) | 177.47º | 0.5% | 0.75% | - |
| XYZ | 32.42 | 43.34 | 53.67 | - |
| YUV | 162.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 187 | 0.50 | 0 | 0.02 | 0.25 | 177.47 | 0.43 | 0.56 |
| Hex | 60 | BF | BB | 32 | 0 | 2 | 19 | B1 | 2B | 38 |
| Octal | 140 | 277 | 273 | 62 | 0 | 2 | 31 | 261 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10111011 | 110010 | 0 | 10 | 11001 | 10110001 | 101011 | 111000 |
Color Harmonies of #60BFBB
Complementary color
Monochromatic Colors of #60BFBB
Black with #60BFBB
Text Example
Text Example
White with #60BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFBB; }
p { color: rgb(96,191,187); }
H1.HeaderClassName
{
color: #60BFBB;
}
.AnyTagClassName
{
color: #60BFBB;
}
</style>
background-color css
<style>
a { background-color: #60BFBB; }
a { background-color: rgb(96,191,187); }
div.DivClassName
{
background-color: #60BFBB;
}
.BgClassName
{
background-color: #60BFBB;
}
</style>
border-color css
<style>
span { border-color: #60BFBB; }
span { border-color: rgb(96,191,187); }
td.TdClassName
{
border-color: #60BFBB;
}
.TagClassName
{
border-color: #60BFBB;
}
</style>