Shades of Fountain Blue #60BCBE
Tints of Fountain Blue #60BCBE
RGB
CMYK
RGB Variations
Color information
#60BCBE (or 0x60BCBE) is known color: Fountain Blue. HEX triplet: 60, BC and BE. RGB value is (96,188,190). Sum of RGB (Red+Green+Blue) = 96+188+190=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #60BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCBE is #9F4341. Grayscale: #A0A0A0. Windows color (decimal): -10437442 or 12500064. OLE color: 12500064.
HSL color Cylindrical-coordinate representation of color #60BCBE: hue angle of 181.28º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BCBE is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 188 | 190 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.25 |
| HSL | 181.28º | 0.42% | 0.56% | - |
| HSV(B) | 181.28º | 0.49% | 0.75% | - |
| XYZ | 32.1 | 42.17 | 55.16 | - |
| YUV | 160.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 190 | 0.49 | 0.01 | 0 | 0.25 | 181.28 | 0.42 | 0.56 |
| Hex | 60 | BC | BE | 31 | 1 | 0 | 19 | B5 | 2A | 38 |
| Octal | 140 | 274 | 276 | 61 | 1 | 0 | 31 | 265 | 52 | 70 |
| Binary | 1100000 | 10111100 | 10111110 | 110001 | 1 | 0 | 11001 | 10110101 | 101010 | 111000 |
Color Harmonies of #60BCBE
Complementary color
Monochromatic Colors of #60BCBE
Black with #60BCBE
Text Example
Text Example
White with #60BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCBE; }
p { color: rgb(96,188,190); }
H1.HeaderClassName
{
color: #60BCBE;
}
.AnyTagClassName
{
color: #60BCBE;
}
</style>
background-color css
<style>
a { background-color: #60BCBE; }
a { background-color: rgb(96,188,190); }
div.DivClassName
{
background-color: #60BCBE;
}
.BgClassName
{
background-color: #60BCBE;
}
</style>
border-color css
<style>
span { border-color: #60BCBE; }
span { border-color: rgb(96,188,190); }
td.TdClassName
{
border-color: #60BCBE;
}
.TagClassName
{
border-color: #60BCBE;
}
</style>