Shades of Fountain Blue #59BDBD
Tints of Fountain Blue #59BDBD
RGB
CMYK
RGB Variations
Color information
#59BDBD (or 0x59BDBD) is known color: Fountain Blue. HEX triplet: 59, BD and BD. RGB value is (89,189,189). Sum of RGB (Red+Green+Blue) = 89+189+189=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #59BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDBD is #A64242. Grayscale: #9E9E9E. Windows color (decimal): -10895939 or 12434777. OLE color: 12434777.
HSL color Cylindrical-coordinate representation of color #59BDBD: hue angle of 180º 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 #59BDBD is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 189 | - |
| CMYK | 0.53 | 0 | 0 | 0.26 |
| HSL | 180º | 0.43% | 0.55% | - |
| HSV(B) | 180º | 0.53% | 0.74% | - |
| XYZ | 31.5 | 42.19 | 54.63 | - |
| YUV | 159.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 189 | 0.53 | 0 | 0 | 0.26 | 180 | 0.43 | 0.55 |
| Hex | 59 | BD | BD | 35 | 0 | 0 | 1A | B4 | 2B | 37 |
| Octal | 131 | 275 | 275 | 65 | 0 | 0 | 32 | 264 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10111101 | 110101 | 0 | 0 | 11010 | 10110100 | 101011 | 110111 |
Color Harmonies of #59BDBD
Complementary color
Monochromatic Colors of #59BDBD
Black with #59BDBD
Text Example
Text Example
White with #59BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDBD; }
p { color: rgb(89,189,189); }
H1.HeaderClassName
{
color: #59BDBD;
}
.AnyTagClassName
{
color: #59BDBD;
}
</style>
background-color css
<style>
a { background-color: #59BDBD; }
a { background-color: rgb(89,189,189); }
div.DivClassName
{
background-color: #59BDBD;
}
.BgClassName
{
background-color: #59BDBD;
}
</style>
border-color css
<style>
span { border-color: #59BDBD; }
span { border-color: rgb(89,189,189); }
td.TdClassName
{
border-color: #59BDBD;
}
.TagClassName
{
border-color: #59BDBD;
}
</style>