Shades of Fountain Blue #58B1AE
Tints of Fountain Blue #58B1AE
RGB
CMYK
RGB Variations
Color information
#58B1AE (or 0x58B1AE) is known color: Fountain Blue. HEX triplet: 58, B1 and AE. RGB value is (88,177,174). Sum of RGB (Red+Green+Blue) = 88+177+174=439 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.05% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #58B1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B1AE is #A74E51. Grayscale: #959595. Windows color (decimal): -10964562 or 11448664. OLE color: 11448664.
HSL color Cylindrical-coordinate representation of color #58B1AE: hue angle of 177.98º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B1AE is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 177 | 174 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.31 |
| HSL | 177.98º | 0.36% | 0.52% | - |
| HSV(B) | 177.98º | 0.5% | 0.69% | - |
| XYZ | 27.39 | 36.57 | 45.66 | - |
| YUV | 150.05 | 141.51 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 177 | 174 | 0.50 | 0 | 0.02 | 0.31 | 177.98 | 0.36 | 0.52 |
| Hex | 58 | B1 | AE | 32 | 0 | 2 | 1F | B2 | 24 | 34 |
| Octal | 130 | 261 | 256 | 62 | 0 | 2 | 37 | 262 | 44 | 64 |
| Binary | 1011000 | 10110001 | 10101110 | 110010 | 0 | 10 | 11111 | 10110010 | 100100 | 110100 |
Color Harmonies of #58B1AE
Complementary color
Monochromatic Colors of #58B1AE
Black with #58B1AE
Text Example
Text Example
White with #58B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B1AE; }
p { color: rgb(88,177,174); }
H1.HeaderClassName
{
color: #58B1AE;
}
.AnyTagClassName
{
color: #58B1AE;
}
</style>
background-color css
<style>
a { background-color: #58B1AE; }
a { background-color: rgb(88,177,174); }
div.DivClassName
{
background-color: #58B1AE;
}
.BgClassName
{
background-color: #58B1AE;
}
</style>
border-color css
<style>
span { border-color: #58B1AE; }
span { border-color: rgb(88,177,174); }
td.TdClassName
{
border-color: #58B1AE;
}
.TagClassName
{
border-color: #58B1AE;
}
</style>