Shades of Fountain Blue #59BFBE
Tints of Fountain Blue #59BFBE
RGB
CMYK
RGB Variations
Color information
#59BFBE (or 0x59BFBE) is known color: Fountain Blue. HEX triplet: 59, BF and BE. RGB value is (89,191,190). Sum of RGB (Red+Green+Blue) = 89+191+190=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFBE is #A64041. Grayscale: #A0A0A0. Windows color (decimal): -10895426 or 12500825. OLE color: 12500825.
HSL color Cylindrical-coordinate representation of color #59BFBE: hue angle of 179.41º 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 #59BFBE is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 191 | 190 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.25 |
| HSL | 179.41º | 0.44% | 0.55% | - |
| HSV(B) | 179.41º | 0.53% | 0.75% | - |
| XYZ | 32.04 | 43.1 | 55.35 | - |
| YUV | 160.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 190 | 0.53 | 0 | 0.01 | 0.25 | 179.41 | 0.44 | 0.55 |
| Hex | 59 | BF | BE | 35 | 0 | 1 | 19 | B3 | 2C | 37 |
| Octal | 131 | 277 | 276 | 65 | 0 | 1 | 31 | 263 | 54 | 67 |
| Binary | 1011001 | 10111111 | 10111110 | 110101 | 0 | 1 | 11001 | 10110011 | 101100 | 110111 |
Color Harmonies of #59BFBE
Complementary color
Monochromatic Colors of #59BFBE
Black with #59BFBE
Text Example
Text Example
White with #59BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFBE; }
p { color: rgb(89,191,190); }
H1.HeaderClassName
{
color: #59BFBE;
}
.AnyTagClassName
{
color: #59BFBE;
}
</style>
background-color css
<style>
a { background-color: #59BFBE; }
a { background-color: rgb(89,191,190); }
div.DivClassName
{
background-color: #59BFBE;
}
.BgClassName
{
background-color: #59BFBE;
}
</style>
border-color css
<style>
span { border-color: #59BFBE; }
span { border-color: rgb(89,191,190); }
td.TdClassName
{
border-color: #59BFBE;
}
.TagClassName
{
border-color: #59BFBE;
}
</style>