Shades of Fountain Blue #60B3BE
Tints of Fountain Blue #60B3BE
RGB
CMYK
RGB Variations
Color information
#60B3BE (or 0x60B3BE) is known color: Fountain Blue. HEX triplet: 60, B3 and BE. RGB value is (96,179,190). Sum of RGB (Red+Green+Blue) = 96+179+190=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #60B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B3BE is #9F4C41. Grayscale: #9B9B9B. Windows color (decimal): -10439746 or 12497760. OLE color: 12497760.
HSL color Cylindrical-coordinate representation of color #60B3BE: hue angle of 187.02º 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 #60B3BE is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 179 | 190 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.25 |
| HSL | 187.02º | 0.42% | 0.56% | - |
| HSV(B) | 187.02º | 0.49% | 0.75% | - |
| XYZ | 30.24 | 38.44 | 54.54 | - |
| YUV | 155.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 190 | 0.49 | 0.06 | 0 | 0.25 | 187.02 | 0.42 | 0.56 |
| Hex | 60 | B3 | BE | 31 | 6 | 0 | 19 | BB | 2A | 38 |
| Octal | 140 | 263 | 276 | 61 | 6 | 0 | 31 | 273 | 52 | 70 |
| Binary | 1100000 | 10110011 | 10111110 | 110001 | 110 | 0 | 11001 | 10111011 | 101010 | 111000 |
Color Harmonies of #60B3BE
Complementary color
Monochromatic Colors of #60B3BE
Black with #60B3BE
Text Example
Text Example
White with #60B3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B3BE; }
p { color: rgb(96,179,190); }
H1.HeaderClassName
{
color: #60B3BE;
}
.AnyTagClassName
{
color: #60B3BE;
}
</style>
background-color css
<style>
a { background-color: #60B3BE; }
a { background-color: rgb(96,179,190); }
div.DivClassName
{
background-color: #60B3BE;
}
.BgClassName
{
background-color: #60B3BE;
}
</style>
border-color css
<style>
span { border-color: #60B3BE; }
span { border-color: rgb(96,179,190); }
td.TdClassName
{
border-color: #60B3BE;
}
.TagClassName
{
border-color: #60B3BE;
}
</style>