Shades of Fountain Blue #59C0BE
Tints of Fountain Blue #59C0BE
RGB
CMYK
RGB Variations
Color information
#59C0BE (or 0x59C0BE) is known color: Fountain Blue. HEX triplet: 59, C0 and BE. RGB value is (89,192,190). Sum of RGB (Red+Green+Blue) = 89+192+190=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 192 - color contains mainly: green. Hex color #59C0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0BE is #A63F41. Grayscale: #A0A0A0. Windows color (decimal): -10895170 or 12501081. OLE color: 12501081.
HSL color Cylindrical-coordinate representation of color #59C0BE: hue angle of 178.83º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C0BE is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 190 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.25 |
| HSL | 178.83º | 0.45% | 0.55% | - |
| HSV(B) | 178.83º | 0.54% | 0.75% | - |
| XYZ | 32.26 | 43.54 | 55.42 | - |
| YUV | 160.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 190 | 0.54 | 0 | 0.01 | 0.25 | 178.83 | 0.45 | 0.55 |
| Hex | 59 | C0 | BE | 36 | 0 | 1 | 19 | B3 | 2D | 37 |
| Octal | 131 | 300 | 276 | 66 | 0 | 1 | 31 | 263 | 55 | 67 |
| Binary | 1011001 | 11000000 | 10111110 | 110110 | 0 | 1 | 11001 | 10110011 | 101101 | 110111 |
Color Harmonies of #59C0BE
Complementary color
Monochromatic Colors of #59C0BE
Black with #59C0BE
Text Example
Text Example
White with #59C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C0BE; }
p { color: rgb(89,192,190); }
H1.HeaderClassName
{
color: #59C0BE;
}
.AnyTagClassName
{
color: #59C0BE;
}
</style>
background-color css
<style>
a { background-color: #59C0BE; }
a { background-color: rgb(89,192,190); }
div.DivClassName
{
background-color: #59C0BE;
}
.BgClassName
{
background-color: #59C0BE;
}
</style>
border-color css
<style>
span { border-color: #59C0BE; }
span { border-color: rgb(89,192,190); }
td.TdClassName
{
border-color: #59C0BE;
}
.TagClassName
{
border-color: #59C0BE;
}
</style>