Shades of Fountain Blue #60B5BB
Tints of Fountain Blue #60B5BB
RGB
CMYK
RGB Variations
Color information
#60B5BB (or 0x60B5BB) is known color: Fountain Blue. HEX triplet: 60, B5 and BB. RGB value is (96,181,187). Sum of RGB (Red+Green+Blue) = 96+181+187=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #60B5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B5BB is #9F4A44. Grayscale: #9C9C9C. Windows color (decimal): -10439237 or 12301664. OLE color: 12301664.
HSL color Cylindrical-coordinate representation of color #60B5BB: hue angle of 183.96º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60B5BB is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 181 | 187 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.27 |
| HSL | 183.96º | 0.4% | 0.55% | - |
| HSV(B) | 183.96º | 0.49% | 0.73% | - |
| XYZ | 30.32 | 39.12 | 52.97 | - |
| YUV | 156.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 181 | 187 | 0.49 | 0.03 | 0 | 0.27 | 183.96 | 0.4 | 0.55 |
| Hex | 60 | B5 | BB | 31 | 3 | 0 | 1B | B8 | 28 | 37 |
| Octal | 140 | 265 | 273 | 61 | 3 | 0 | 33 | 270 | 50 | 67 |
| Binary | 1100000 | 10110101 | 10111011 | 110001 | 11 | 0 | 11011 | 10111000 | 101000 | 110111 |
Color Harmonies of #60B5BB
Complementary color
Monochromatic Colors of #60B5BB
Black with #60B5BB
Text Example
Text Example
White with #60B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B5BB; }
p { color: rgb(96,181,187); }
H1.HeaderClassName
{
color: #60B5BB;
}
.AnyTagClassName
{
color: #60B5BB;
}
</style>
background-color css
<style>
a { background-color: #60B5BB; }
a { background-color: rgb(96,181,187); }
div.DivClassName
{
background-color: #60B5BB;
}
.BgClassName
{
background-color: #60B5BB;
}
</style>
border-color css
<style>
span { border-color: #60B5BB; }
span { border-color: rgb(96,181,187); }
td.TdClassName
{
border-color: #60B5BB;
}
.TagClassName
{
border-color: #60B5BB;
}
</style>