Shades of Fountain Blue #58ADA8
Tints of Fountain Blue #58ADA8
RGB
CMYK
RGB Variations
Color information
#58ADA8 (or 0x58ADA8) is known color: Fountain Blue. HEX triplet: 58, AD and A8. RGB value is (88,173,168). Sum of RGB (Red+Green+Blue) = 88+173+168=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #58ADA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ADA8 is #A75257. Grayscale: #929292. Windows color (decimal): -10965592 or 11054424. OLE color: 11054424.
HSL color Cylindrical-coordinate representation of color #58ADA8: hue angle of 176.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58ADA8 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 168 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.32 |
| HSL | 176.47º | 0.34% | 0.51% | - |
| HSV(B) | 176.47º | 0.49% | 0.68% | - |
| XYZ | 26.04 | 34.79 | 42.39 | - |
| YUV | 147.02 | 139.84 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 168 | 0.49 | 0 | 0.03 | 0.32 | 176.47 | 0.34 | 0.51 |
| Hex | 58 | AD | A8 | 31 | 0 | 3 | 20 | B0 | 22 | 33 |
| Octal | 130 | 255 | 250 | 61 | 0 | 3 | 40 | 260 | 42 | 63 |
| Binary | 1011000 | 10101101 | 10101000 | 110001 | 0 | 11 | 100000 | 10110000 | 100010 | 110011 |
Color Harmonies of #58ADA8
Complementary color
Monochromatic Colors of #58ADA8
Black with #58ADA8
Text Example
Text Example
White with #58ADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADA8; }
p { color: rgb(88,173,168); }
H1.HeaderClassName
{
color: #58ADA8;
}
.AnyTagClassName
{
color: #58ADA8;
}
</style>
background-color css
<style>
a { background-color: #58ADA8; }
a { background-color: rgb(88,173,168); }
div.DivClassName
{
background-color: #58ADA8;
}
.BgClassName
{
background-color: #58ADA8;
}
</style>
border-color css
<style>
span { border-color: #58ADA8; }
span { border-color: rgb(88,173,168); }
td.TdClassName
{
border-color: #58ADA8;
}
.TagClassName
{
border-color: #58ADA8;
}
</style>