Shades of Fountain Blue #59C0BD
Tints of Fountain Blue #59C0BD
RGB
CMYK
RGB Variations
Color information
#59C0BD (or 0x59C0BD) is known color: Fountain Blue. HEX triplet: 59, C0 and BD. RGB value is (89,192,189). Sum of RGB (Red+Green+Blue) = 89+192+189=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #59C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0BD is #A63F42. Grayscale: #A0A0A0. Windows color (decimal): -10895171 or 12435545. OLE color: 12435545.
HSL color Cylindrical-coordinate representation of color #59C0BD: hue angle of 178.25º 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 #59C0BD is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 192 | 189 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.25 |
| HSL | 178.25º | 0.45% | 0.55% | - |
| HSV(B) | 178.25º | 0.54% | 0.75% | - |
| XYZ | 32.15 | 43.5 | 54.85 | - |
| YUV | 160.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 189 | 0.54 | 0 | 0.02 | 0.25 | 178.25 | 0.45 | 0.55 |
| Hex | 59 | C0 | BD | 36 | 0 | 2 | 19 | B2 | 2D | 37 |
| Octal | 131 | 300 | 275 | 66 | 0 | 2 | 31 | 262 | 55 | 67 |
| Binary | 1011001 | 11000000 | 10111101 | 110110 | 0 | 10 | 11001 | 10110010 | 101101 | 110111 |
Color Harmonies of #59C0BD
Complementary color
Monochromatic Colors of #59C0BD
Black with #59C0BD
Text Example
Text Example
White with #59C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C0BD; }
p { color: rgb(89,192,189); }
H1.HeaderClassName
{
color: #59C0BD;
}
.AnyTagClassName
{
color: #59C0BD;
}
</style>
background-color css
<style>
a { background-color: #59C0BD; }
a { background-color: rgb(89,192,189); }
div.DivClassName
{
background-color: #59C0BD;
}
.BgClassName
{
background-color: #59C0BD;
}
</style>
border-color css
<style>
span { border-color: #59C0BD; }
span { border-color: rgb(89,192,189); }
td.TdClassName
{
border-color: #59C0BD;
}
.TagClassName
{
border-color: #59C0BD;
}
</style>