Shades of Fountain Blue #60B8B9
Tints of Fountain Blue #60B8B9
RGB
CMYK
RGB Variations
Color information
#60B8B9 (or 0x60B8B9) is known color: Fountain Blue. HEX triplet: 60, B8 and B9. RGB value is (96,184,185). Sum of RGB (Red+Green+Blue) = 96+184+185=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 185 - color contains mainly: blue. Hex color #60B8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B8B9 is #9F4746. Grayscale: #9D9D9D. Windows color (decimal): -10438471 or 12171360. OLE color: 12171360.
HSL color Cylindrical-coordinate representation of color #60B8B9: hue angle of 180.67º 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 #60B8B9 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 184 | 185 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.27 |
| HSL | 180.67º | 0.39% | 0.55% | - |
| HSV(B) | 180.67º | 0.48% | 0.73% | - |
| XYZ | 30.72 | 40.27 | 52.05 | - |
| YUV | 157.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 185 | 0.48 | 0.01 | 0 | 0.27 | 180.67 | 0.39 | 0.55 |
| Hex | 60 | B8 | B9 | 30 | 1 | 0 | 1B | B5 | 27 | 37 |
| Octal | 140 | 270 | 271 | 60 | 1 | 0 | 33 | 265 | 47 | 67 |
| Binary | 1100000 | 10111000 | 10111001 | 110000 | 1 | 0 | 11011 | 10110101 | 100111 | 110111 |
Color Harmonies of #60B8B9
Complementary color
Monochromatic Colors of #60B8B9
Black with #60B8B9
Text Example
Text Example
White with #60B8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B8B9; }
p { color: rgb(96,184,185); }
H1.HeaderClassName
{
color: #60B8B9;
}
.AnyTagClassName
{
color: #60B8B9;
}
</style>
background-color css
<style>
a { background-color: #60B8B9; }
a { background-color: rgb(96,184,185); }
div.DivClassName
{
background-color: #60B8B9;
}
.BgClassName
{
background-color: #60B8B9;
}
</style>
border-color css
<style>
span { border-color: #60B8B9; }
span { border-color: rgb(96,184,185); }
td.TdClassName
{
border-color: #60B8B9;
}
.TagClassName
{
border-color: #60B8B9;
}
</style>