Shades of Fountain Blue #58BFBD
Tints of Fountain Blue #58BFBD
RGB
CMYK
RGB Variations
Color information
#58BFBD (or 0x58BFBD) is known color: Fountain Blue. HEX triplet: 58, BF and BD. RGB value is (88,191,189). Sum of RGB (Red+Green+Blue) = 88+191+189=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #58BFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BFBD is #A74042. Grayscale: #9F9F9F. Windows color (decimal): -10960963 or 12435288. OLE color: 12435288.
HSL color Cylindrical-coordinate representation of color #58BFBD: hue angle of 178.83º 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 #58BFBD is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 191 | 189 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.25 |
| HSL | 178.83º | 0.45% | 0.55% | - |
| HSV(B) | 178.83º | 0.54% | 0.75% | - |
| XYZ | 31.84 | 43.01 | 54.77 | - |
| YUV | 159.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 191 | 189 | 0.54 | 0 | 0.01 | 0.25 | 178.83 | 0.45 | 0.55 |
| Hex | 58 | BF | BD | 36 | 0 | 1 | 19 | B3 | 2D | 37 |
| Octal | 130 | 277 | 275 | 66 | 0 | 1 | 31 | 263 | 55 | 67 |
| Binary | 1011000 | 10111111 | 10111101 | 110110 | 0 | 1 | 11001 | 10110011 | 101101 | 110111 |
Color Harmonies of #58BFBD
Complementary color
Monochromatic Colors of #58BFBD
Black with #58BFBD
Text Example
Text Example
White with #58BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BFBD; }
p { color: rgb(88,191,189); }
H1.HeaderClassName
{
color: #58BFBD;
}
.AnyTagClassName
{
color: #58BFBD;
}
</style>
background-color css
<style>
a { background-color: #58BFBD; }
a { background-color: rgb(88,191,189); }
div.DivClassName
{
background-color: #58BFBD;
}
.BgClassName
{
background-color: #58BFBD;
}
</style>
border-color css
<style>
span { border-color: #58BFBD; }
span { border-color: rgb(88,191,189); }
td.TdClassName
{
border-color: #58BFBD;
}
.TagClassName
{
border-color: #58BFBD;
}
</style>