Shades of Fountain Blue #59BEB7
Tints of Fountain Blue #59BEB7
RGB
CMYK
RGB Variations
Color information
#59BEB7 (or 0x59BEB7) is known color: Fountain Blue. HEX triplet: 59, BE and B7. RGB value is (89,190,183). Sum of RGB (Red+Green+Blue) = 89+190+183=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEB7 is #A64148. Grayscale: #9E9E9E. Windows color (decimal): -10895689 or 12041817. OLE color: 12041817.
HSL color Cylindrical-coordinate representation of color #59BEB7: hue angle of 175.84º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BEB7 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 190 | 183 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.25 |
| HSL | 175.84º | 0.44% | 0.55% | - |
| HSV(B) | 175.84º | 0.53% | 0.75% | - |
| XYZ | 31.08 | 42.37 | 51.34 | - |
| YUV | 159 | 141.54 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 183 | 0.53 | 0 | 0.04 | 0.25 | 175.84 | 0.44 | 0.55 |
| Hex | 59 | BE | B7 | 35 | 0 | 4 | 19 | B0 | 2C | 37 |
| Octal | 131 | 276 | 267 | 65 | 0 | 4 | 31 | 260 | 54 | 67 |
| Binary | 1011001 | 10111110 | 10110111 | 110101 | 0 | 100 | 11001 | 10110000 | 101100 | 110111 |
Color Harmonies of #59BEB7
Complementary color
Monochromatic Colors of #59BEB7
Black with #59BEB7
Text Example
Text Example
White with #59BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BEB7; }
p { color: rgb(89,190,183); }
H1.HeaderClassName
{
color: #59BEB7;
}
.AnyTagClassName
{
color: #59BEB7;
}
</style>
background-color css
<style>
a { background-color: #59BEB7; }
a { background-color: rgb(89,190,183); }
div.DivClassName
{
background-color: #59BEB7;
}
.BgClassName
{
background-color: #59BEB7;
}
</style>
border-color css
<style>
span { border-color: #59BEB7; }
span { border-color: rgb(89,190,183); }
td.TdClassName
{
border-color: #59BEB7;
}
.TagClassName
{
border-color: #59BEB7;
}
</style>