Shades of Fountain Blue #59BCBB
Tints of Fountain Blue #59BCBB
RGB
CMYK
RGB Variations
Color information
#59BCBB (or 0x59BCBB) is known color: Fountain Blue. HEX triplet: 59, BC and BB. RGB value is (89,188,187). Sum of RGB (Red+Green+Blue) = 89+188+187=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCBB is #A64344. Grayscale: #9E9E9E. Windows color (decimal): -10896197 or 12303449. OLE color: 12303449.
HSL color Cylindrical-coordinate representation of color #59BCBB: hue angle of 179.39º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BCBB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 187 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.26 |
| HSL | 179.39º | 0.42% | 0.54% | - |
| HSV(B) | 179.39º | 0.53% | 0.74% | - |
| XYZ | 31.07 | 41.68 | 53.42 | - |
| YUV | 158.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 187 | 0.53 | 0 | 0.01 | 0.26 | 179.39 | 0.42 | 0.54 |
| Hex | 59 | BC | BB | 35 | 0 | 1 | 1A | B3 | 2A | 36 |
| Octal | 131 | 274 | 273 | 65 | 0 | 1 | 32 | 263 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10111011 | 110101 | 0 | 1 | 11010 | 10110011 | 101010 | 110110 |
Color Harmonies of #59BCBB
Complementary color
Monochromatic Colors of #59BCBB
Black with #59BCBB
Text Example
Text Example
White with #59BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCBB; }
p { color: rgb(89,188,187); }
H1.HeaderClassName
{
color: #59BCBB;
}
.AnyTagClassName
{
color: #59BCBB;
}
</style>
background-color css
<style>
a { background-color: #59BCBB; }
a { background-color: rgb(89,188,187); }
div.DivClassName
{
background-color: #59BCBB;
}
.BgClassName
{
background-color: #59BCBB;
}
</style>
border-color css
<style>
span { border-color: #59BCBB; }
span { border-color: rgb(89,188,187); }
td.TdClassName
{
border-color: #59BCBB;
}
.TagClassName
{
border-color: #59BCBB;
}
</style>