Shades of Fountain Blue #60B8BA
Tints of Fountain Blue #60B8BA
RGB
CMYK
RGB Variations
Color information
#60B8BA (or 0x60B8BA) is known color: Fountain Blue. HEX triplet: 60, B8 and BA. RGB value is (96,184,186). Sum of RGB (Red+Green+Blue) = 96+184+186=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #60B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B8BA is #9F4745. Grayscale: #9D9D9D. Windows color (decimal): -10438470 or 12236896. OLE color: 12236896.
HSL color Cylindrical-coordinate representation of color #60B8BA: hue angle of 181.33º 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 #60B8BA is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 184 | 186 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.27 |
| HSL | 181.33º | 0.39% | 0.55% | - |
| HSV(B) | 181.33º | 0.48% | 0.73% | - |
| XYZ | 30.83 | 40.31 | 52.61 | - |
| YUV | 157.92 | 143.85 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 186 | 0.48 | 0.01 | 0 | 0.27 | 181.33 | 0.39 | 0.55 |
| Hex | 60 | B8 | BA | 30 | 1 | 0 | 1B | B5 | 27 | 37 |
| Octal | 140 | 270 | 272 | 60 | 1 | 0 | 33 | 265 | 47 | 67 |
| Binary | 1100000 | 10111000 | 10111010 | 110000 | 1 | 0 | 11011 | 10110101 | 100111 | 110111 |
Color Harmonies of #60B8BA
Complementary color
Monochromatic Colors of #60B8BA
Black with #60B8BA
Text Example
Text Example
White with #60B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B8BA; }
p { color: rgb(96,184,186); }
H1.HeaderClassName
{
color: #60B8BA;
}
.AnyTagClassName
{
color: #60B8BA;
}
</style>
background-color css
<style>
a { background-color: #60B8BA; }
a { background-color: rgb(96,184,186); }
div.DivClassName
{
background-color: #60B8BA;
}
.BgClassName
{
background-color: #60B8BA;
}
</style>
border-color css
<style>
span { border-color: #60B8BA; }
span { border-color: rgb(96,184,186); }
td.TdClassName
{
border-color: #60B8BA;
}
.TagClassName
{
border-color: #60B8BA;
}
</style>