Shades of Fountain Blue #60B7BA
Tints of Fountain Blue #60B7BA
RGB
CMYK
RGB Variations
Color information
#60B7BA (or 0x60B7BA) is known color: Fountain Blue. HEX triplet: 60, B7 and BA. RGB value is (96,183,186). Sum of RGB (Red+Green+Blue) = 96+183+186=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #60B7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7BA is #9F4845. Grayscale: #9D9D9D. Windows color (decimal): -10438726 or 12236640. OLE color: 12236640.
HSL color Cylindrical-coordinate representation of color #60B7BA: hue angle of 182º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B7BA is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 183 | 186 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.27 |
| HSL | 182º | 0.39% | 0.55% | - |
| HSV(B) | 182º | 0.48% | 0.73% | - |
| XYZ | 30.62 | 39.9 | 52.54 | - |
| YUV | 157.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 186 | 0.48 | 0.02 | 0 | 0.27 | 182 | 0.39 | 0.55 |
| Hex | 60 | B7 | BA | 30 | 2 | 0 | 1B | B6 | 27 | 37 |
| Octal | 140 | 267 | 272 | 60 | 2 | 0 | 33 | 266 | 47 | 67 |
| Binary | 1100000 | 10110111 | 10111010 | 110000 | 10 | 0 | 11011 | 10110110 | 100111 | 110111 |
Color Harmonies of #60B7BA
Complementary color
Monochromatic Colors of #60B7BA
Black with #60B7BA
Text Example
Text Example
White with #60B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B7BA; }
p { color: rgb(96,183,186); }
H1.HeaderClassName
{
color: #60B7BA;
}
.AnyTagClassName
{
color: #60B7BA;
}
</style>
background-color css
<style>
a { background-color: #60B7BA; }
a { background-color: rgb(96,183,186); }
div.DivClassName
{
background-color: #60B7BA;
}
.BgClassName
{
background-color: #60B7BA;
}
</style>
border-color css
<style>
span { border-color: #60B7BA; }
span { border-color: rgb(96,183,186); }
td.TdClassName
{
border-color: #60B7BA;
}
.TagClassName
{
border-color: #60B7BA;
}
</style>