Shades of Fountain Blue #59BFBD
Tints of Fountain Blue #59BFBD
RGB
CMYK
RGB Variations
Color information
#59BFBD (or 0x59BFBD) is known color: Fountain Blue. HEX triplet: 59, BF and BD. RGB value is (89,191,189). Sum of RGB (Red+Green+Blue) = 89+191+189=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFBD is #A64042. Grayscale: #A0A0A0. Windows color (decimal): -10895427 or 12435289. OLE color: 12435289.
HSL color Cylindrical-coordinate representation of color #59BFBD: hue angle of 178.82º 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 #59BFBD is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 191 | 189 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.25 |
| HSL | 178.82º | 0.44% | 0.55% | - |
| HSV(B) | 178.82º | 0.53% | 0.75% | - |
| XYZ | 31.94 | 43.06 | 54.77 | - |
| YUV | 160.27 | 144.21 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 189 | 0.53 | 0 | 0.01 | 0.25 | 178.82 | 0.44 | 0.55 |
| Hex | 59 | BF | BD | 35 | 0 | 1 | 19 | B3 | 2C | 37 |
| Octal | 131 | 277 | 275 | 65 | 0 | 1 | 31 | 263 | 54 | 67 |
| Binary | 1011001 | 10111111 | 10111101 | 110101 | 0 | 1 | 11001 | 10110011 | 101100 | 110111 |
Color Harmonies of #59BFBD
Complementary color
Monochromatic Colors of #59BFBD
Black with #59BFBD
Text Example
Text Example
White with #59BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFBD; }
p { color: rgb(89,191,189); }
H1.HeaderClassName
{
color: #59BFBD;
}
.AnyTagClassName
{
color: #59BFBD;
}
</style>
background-color css
<style>
a { background-color: #59BFBD; }
a { background-color: rgb(89,191,189); }
div.DivClassName
{
background-color: #59BFBD;
}
.BgClassName
{
background-color: #59BFBD;
}
</style>
border-color css
<style>
span { border-color: #59BFBD; }
span { border-color: rgb(89,191,189); }
td.TdClassName
{
border-color: #59BFBD;
}
.TagClassName
{
border-color: #59BFBD;
}
</style>