Shades of Fountain Blue #60BFBD
Tints of Fountain Blue #60BFBD
RGB
CMYK
RGB Variations
Color information
#60BFBD (or 0x60BFBD) is known color: Fountain Blue. HEX triplet: 60, BF and BD. RGB value is (96,191,189). Sum of RGB (Red+Green+Blue) = 96+191+189=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFBD is #9F4042. Grayscale: #A2A2A2. Windows color (decimal): -10436675 or 12435296. OLE color: 12435296.
HSL color Cylindrical-coordinate representation of color #60BFBD: hue angle of 178.74º 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 #60BFBD is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 189 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.25 |
| HSL | 178.74º | 0.43% | 0.56% | - |
| HSV(B) | 178.74º | 0.5% | 0.75% | - |
| XYZ | 32.64 | 43.42 | 54.81 | - |
| YUV | 162.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 189 | 0.50 | 0 | 0.01 | 0.25 | 178.74 | 0.43 | 0.56 |
| Hex | 60 | BF | BD | 32 | 0 | 1 | 19 | B3 | 2B | 38 |
| Octal | 140 | 277 | 275 | 62 | 0 | 1 | 31 | 263 | 53 | 70 |
| Binary | 1100000 | 10111111 | 10111101 | 110010 | 0 | 1 | 11001 | 10110011 | 101011 | 111000 |
Color Harmonies of #60BFBD
Complementary color
Monochromatic Colors of #60BFBD
Black with #60BFBD
Text Example
Text Example
White with #60BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFBD; }
p { color: rgb(96,191,189); }
H1.HeaderClassName
{
color: #60BFBD;
}
.AnyTagClassName
{
color: #60BFBD;
}
</style>
background-color css
<style>
a { background-color: #60BFBD; }
a { background-color: rgb(96,191,189); }
div.DivClassName
{
background-color: #60BFBD;
}
.BgClassName
{
background-color: #60BFBD;
}
</style>
border-color css
<style>
span { border-color: #60BFBD; }
span { border-color: rgb(96,191,189); }
td.TdClassName
{
border-color: #60BFBD;
}
.TagClassName
{
border-color: #60BFBD;
}
</style>