Shades of Fountain Blue #5FA8AC
Tints of Fountain Blue #5FA8AC
RGB
CMYK
RGB Variations
Color information
#5FA8AC (or 0x5FA8AC) is known color: Fountain Blue. HEX triplet: 5F, A8 and AC. RGB value is (95,168,172). Sum of RGB (Red+Green+Blue) = 95+168+172=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #5FA8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA8AC is #A05753. Grayscale: #929292. Windows color (decimal): -10508116 or 11315295. OLE color: 11315295.
HSL color Cylindrical-coordinate representation of color #5FA8AC: hue angle of 183.12º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FA8AC is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 168 | 172 | - |
| CMYK | 0.45 | 0.02 | 0 | 0.33 |
| HSL | 183.12º | 0.32% | 0.52% | - |
| HSV(B) | 183.12º | 0.45% | 0.67% | - |
| XYZ | 26.17 | 33.42 | 44.1 | - |
| YUV | 146.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 172 | 0.45 | 0.02 | 0 | 0.33 | 183.12 | 0.32 | 0.52 |
| Hex | 5F | A8 | AC | 2D | 2 | 0 | 21 | B7 | 20 | 34 |
| Octal | 137 | 250 | 254 | 55 | 2 | 0 | 41 | 267 | 40 | 64 |
| Binary | 1011111 | 10101000 | 10101100 | 101101 | 10 | 0 | 100001 | 10110111 | 100000 | 110100 |
Color Harmonies of #5FA8AC
Complementary color
Monochromatic Colors of #5FA8AC
Black with #5FA8AC
Text Example
Text Example
White with #5FA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA8AC; }
p { color: rgb(95,168,172); }
H1.HeaderClassName
{
color: #5FA8AC;
}
.AnyTagClassName
{
color: #5FA8AC;
}
</style>
background-color css
<style>
a { background-color: #5FA8AC; }
a { background-color: rgb(95,168,172); }
div.DivClassName
{
background-color: #5FA8AC;
}
.BgClassName
{
background-color: #5FA8AC;
}
</style>
border-color css
<style>
span { border-color: #5FA8AC; }
span { border-color: rgb(95,168,172); }
td.TdClassName
{
border-color: #5FA8AC;
}
.TagClassName
{
border-color: #5FA8AC;
}
</style>