Shades of Fountain Blue #60C0B7
Tints of Fountain Blue #60C0B7
RGB
CMYK
RGB Variations
Color information
#60C0B7 (or 0x60C0B7) is known color: Fountain Blue. HEX triplet: 60, C0 and B7. RGB value is (96,192,183). Sum of RGB (Red+Green+Blue) = 96+192+183=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #60C0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C0B7 is #9F3F48. Grayscale: #A2A2A2. Windows color (decimal): -10436425 or 12042336. OLE color: 12042336.
HSL color Cylindrical-coordinate representation of color #60C0B7: hue angle of 174.38º 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 #60C0B7 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 183 | - |
| CMYK | 0.50 | 0 | 0.05 | 0.25 |
| HSL | 174.38º | 0.43% | 0.56% | - |
| HSV(B) | 174.38º | 0.5% | 0.75% | - |
| XYZ | 32.22 | 43.6 | 51.52 | - |
| YUV | 162.27 | 139.7 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 183 | 0.50 | 0 | 0.05 | 0.25 | 174.38 | 0.43 | 0.56 |
| Hex | 60 | C0 | B7 | 32 | 0 | 5 | 19 | AE | 2B | 38 |
| Octal | 140 | 300 | 267 | 62 | 0 | 5 | 31 | 256 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10110111 | 110010 | 0 | 101 | 11001 | 10101110 | 101011 | 111000 |
Color Harmonies of #60C0B7
Complementary color
Monochromatic Colors of #60C0B7
Black with #60C0B7
Text Example
Text Example
White with #60C0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C0B7; }
p { color: rgb(96,192,183); }
H1.HeaderClassName
{
color: #60C0B7;
}
.AnyTagClassName
{
color: #60C0B7;
}
</style>
background-color css
<style>
a { background-color: #60C0B7; }
a { background-color: rgb(96,192,183); }
div.DivClassName
{
background-color: #60C0B7;
}
.BgClassName
{
background-color: #60C0B7;
}
</style>
border-color css
<style>
span { border-color: #60C0B7; }
span { border-color: rgb(96,192,183); }
td.TdClassName
{
border-color: #60C0B7;
}
.TagClassName
{
border-color: #60C0B7;
}
</style>