Shades of Fountain Blue #60B9BE
Tints of Fountain Blue #60B9BE
RGB
CMYK
RGB Variations
Color information
#60B9BE (or 0x60B9BE) is known color: Fountain Blue. HEX triplet: 60, B9 and BE. RGB value is (96,185,190). Sum of RGB (Red+Green+Blue) = 96+185+190=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #60B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B9BE is #9F4641. Grayscale: #9E9E9E. Windows color (decimal): -10438210 or 12499296. OLE color: 12499296.
HSL color Cylindrical-coordinate representation of color #60B9BE: hue angle of 183.19º 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 #60B9BE is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 185 | 190 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.25 |
| HSL | 183.19º | 0.42% | 0.56% | - |
| HSV(B) | 183.19º | 0.49% | 0.75% | - |
| XYZ | 31.47 | 40.9 | 54.95 | - |
| YUV | 158.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 190 | 0.49 | 0.03 | 0 | 0.25 | 183.19 | 0.42 | 0.56 |
| Hex | 60 | B9 | BE | 31 | 3 | 0 | 19 | B7 | 2A | 38 |
| Octal | 140 | 271 | 276 | 61 | 3 | 0 | 31 | 267 | 52 | 70 |
| Binary | 1100000 | 10111001 | 10111110 | 110001 | 11 | 0 | 11001 | 10110111 | 101010 | 111000 |
Color Harmonies of #60B9BE
Complementary color
Monochromatic Colors of #60B9BE
Black with #60B9BE
Text Example
Text Example
White with #60B9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B9BE; }
p { color: rgb(96,185,190); }
H1.HeaderClassName
{
color: #60B9BE;
}
.AnyTagClassName
{
color: #60B9BE;
}
</style>
background-color css
<style>
a { background-color: #60B9BE; }
a { background-color: rgb(96,185,190); }
div.DivClassName
{
background-color: #60B9BE;
}
.BgClassName
{
background-color: #60B9BE;
}
</style>
border-color css
<style>
span { border-color: #60B9BE; }
span { border-color: rgb(96,185,190); }
td.TdClassName
{
border-color: #60B9BE;
}
.TagClassName
{
border-color: #60B9BE;
}
</style>