Shades of Fountain Blue #58BFBA
Tints of Fountain Blue #58BFBA
RGB
CMYK
RGB Variations
Color information
#58BFBA (or 0x58BFBA) is known color: Fountain Blue. HEX triplet: 58, BF and BA. RGB value is (88,191,186). Sum of RGB (Red+Green+Blue) = 88+191+186=465 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.92% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #58BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BFBA is #A74045. Grayscale: #9F9F9F. Windows color (decimal): -10960966 or 12238680. OLE color: 12238680.
HSL color Cylindrical-coordinate representation of color #58BFBA: hue angle of 177.09º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BFBA is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 191 | 186 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.25 |
| HSL | 177.09º | 0.45% | 0.55% | - |
| HSV(B) | 177.09º | 0.54% | 0.75% | - |
| XYZ | 31.52 | 42.88 | 53.07 | - |
| YUV | 159.63 | 142.88 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 186 | 0.54 | 0 | 0.03 | 0.25 | 177.09 | 0.45 | 0.55 |
| Hex | 58 | BF | BA | 36 | 0 | 3 | 19 | B1 | 2D | 37 |
| Octal | 130 | 277 | 272 | 66 | 0 | 3 | 31 | 261 | 55 | 67 |
| Binary | 1011000 | 10111111 | 10111010 | 110110 | 0 | 11 | 11001 | 10110001 | 101101 | 110111 |
Color Harmonies of #58BFBA
Complementary color
Monochromatic Colors of #58BFBA
Black with #58BFBA
Text Example
Text Example
White with #58BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BFBA; }
p { color: rgb(88,191,186); }
H1.HeaderClassName
{
color: #58BFBA;
}
.AnyTagClassName
{
color: #58BFBA;
}
</style>
background-color css
<style>
a { background-color: #58BFBA; }
a { background-color: rgb(88,191,186); }
div.DivClassName
{
background-color: #58BFBA;
}
.BgClassName
{
background-color: #58BFBA;
}
</style>
border-color css
<style>
span { border-color: #58BFBA; }
span { border-color: rgb(88,191,186); }
td.TdClassName
{
border-color: #58BFBA;
}
.TagClassName
{
border-color: #58BFBA;
}
</style>