Shades of Fountain Blue #59BDBC
Tints of Fountain Blue #59BDBC
RGB
CMYK
RGB Variations
Color information
#59BDBC (or 0x59BDBC) is known color: Fountain Blue. HEX triplet: 59, BD and BC. RGB value is (89,189,188). Sum of RGB (Red+Green+Blue) = 89+189+188=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDBC is #A64243. Grayscale: #9E9E9E. Windows color (decimal): -10895940 or 12369241. OLE color: 12369241.
HSL color Cylindrical-coordinate representation of color #59BDBC: hue angle of 179.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BDBC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 188 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.26 |
| HSL | 179.4º | 0.43% | 0.55% | - |
| HSV(B) | 179.4º | 0.53% | 0.74% | - |
| XYZ | 31.39 | 42.15 | 54.06 | - |
| YUV | 158.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 188 | 0.53 | 0 | 0.01 | 0.26 | 179.4 | 0.43 | 0.55 |
| Hex | 59 | BD | BC | 35 | 0 | 1 | 1A | B3 | 2B | 37 |
| Octal | 131 | 275 | 274 | 65 | 0 | 1 | 32 | 263 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10111100 | 110101 | 0 | 1 | 11010 | 10110011 | 101011 | 110111 |
Color Harmonies of #59BDBC
Complementary color
Monochromatic Colors of #59BDBC
Black with #59BDBC
Text Example
Text Example
White with #59BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDBC; }
p { color: rgb(89,189,188); }
H1.HeaderClassName
{
color: #59BDBC;
}
.AnyTagClassName
{
color: #59BDBC;
}
</style>
background-color css
<style>
a { background-color: #59BDBC; }
a { background-color: rgb(89,189,188); }
div.DivClassName
{
background-color: #59BDBC;
}
.BgClassName
{
background-color: #59BDBC;
}
</style>
border-color css
<style>
span { border-color: #59BDBC; }
span { border-color: rgb(89,189,188); }
td.TdClassName
{
border-color: #59BDBC;
}
.TagClassName
{
border-color: #59BDBC;
}
</style>