Shades of Fountain Blue #58C0BB
Tints of Fountain Blue #58C0BB
RGB
CMYK
RGB Variations
Color information
#58C0BB (or 0x58C0BB) is known color: Fountain Blue. HEX triplet: 58, C0 and BB. RGB value is (88,192,187). Sum of RGB (Red+Green+Blue) = 88+192+187=467 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.84% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #58C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C0BB is #A73F44. Grayscale: #A0A0A0. Windows color (decimal): -10960709 or 12304472. OLE color: 12304472.
HSL color Cylindrical-coordinate representation of color #58C0BB: hue angle of 177.12º 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 #58C0BB is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 192 | 187 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.25 |
| HSL | 177.12º | 0.45% | 0.55% | - |
| HSV(B) | 177.12º | 0.54% | 0.75% | - |
| XYZ | 31.84 | 43.36 | 53.71 | - |
| YUV | 160.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 192 | 187 | 0.54 | 0 | 0.03 | 0.25 | 177.12 | 0.45 | 0.55 |
| Hex | 58 | C0 | BB | 36 | 0 | 3 | 19 | B1 | 2D | 37 |
| Octal | 130 | 300 | 273 | 66 | 0 | 3 | 31 | 261 | 55 | 67 |
| Binary | 1011000 | 11000000 | 10111011 | 110110 | 0 | 11 | 11001 | 10110001 | 101101 | 110111 |
Color Harmonies of #58C0BB
Complementary color
Monochromatic Colors of #58C0BB
Black with #58C0BB
Text Example
Text Example
White with #58C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C0BB; }
p { color: rgb(88,192,187); }
H1.HeaderClassName
{
color: #58C0BB;
}
.AnyTagClassName
{
color: #58C0BB;
}
</style>
background-color css
<style>
a { background-color: #58C0BB; }
a { background-color: rgb(88,192,187); }
div.DivClassName
{
background-color: #58C0BB;
}
.BgClassName
{
background-color: #58C0BB;
}
</style>
border-color css
<style>
span { border-color: #58C0BB; }
span { border-color: rgb(88,192,187); }
td.TdClassName
{
border-color: #58C0BB;
}
.TagClassName
{
border-color: #58C0BB;
}
</style>