Shades of Fountain Blue #59BCB5
Tints of Fountain Blue #59BCB5
RGB
CMYK
RGB Variations
Color information
#59BCB5 (or 0x59BCB5) is known color: Fountain Blue. HEX triplet: 59, BC and B5. RGB value is (89,188,181). Sum of RGB (Red+Green+Blue) = 89+188+181=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCB5 is #A6434A. Grayscale: #9D9D9D. Windows color (decimal): -10896203 or 11910233. OLE color: 11910233.
HSL color Cylindrical-coordinate representation of color #59BCB5: hue angle of 175.76º 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 #59BCB5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 188 | 181 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.26 |
| HSL | 175.76º | 0.42% | 0.54% | - |
| HSV(B) | 175.76º | 0.53% | 0.74% | - |
| XYZ | 30.44 | 41.43 | 50.11 | - |
| YUV | 157.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 181 | 0.53 | 0 | 0.04 | 0.26 | 175.76 | 0.42 | 0.54 |
| Hex | 59 | BC | B5 | 35 | 0 | 4 | 1A | B0 | 2A | 36 |
| Octal | 131 | 274 | 265 | 65 | 0 | 4 | 32 | 260 | 52 | 66 |
| Binary | 1011001 | 10111100 | 10110101 | 110101 | 0 | 100 | 11010 | 10110000 | 101010 | 110110 |
Color Harmonies of #59BCB5
Complementary color
Monochromatic Colors of #59BCB5
Black with #59BCB5
Text Example
Text Example
White with #59BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCB5; }
p { color: rgb(89,188,181); }
H1.HeaderClassName
{
color: #59BCB5;
}
.AnyTagClassName
{
color: #59BCB5;
}
</style>
background-color css
<style>
a { background-color: #59BCB5; }
a { background-color: rgb(89,188,181); }
div.DivClassName
{
background-color: #59BCB5;
}
.BgClassName
{
background-color: #59BCB5;
}
</style>
border-color css
<style>
span { border-color: #59BCB5; }
span { border-color: rgb(89,188,181); }
td.TdClassName
{
border-color: #59BCB5;
}
.TagClassName
{
border-color: #59BCB5;
}
</style>