Shades of Fountain Blue #5FAFAC
Tints of Fountain Blue #5FAFAC
RGB
CMYK
RGB Variations
Color information
#5FAFAC (or 0x5FAFAC) is known color: Fountain Blue. HEX triplet: 5F, AF and AC. RGB value is (95,175,172). Sum of RGB (Red+Green+Blue) = 95+175+172=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAFAC is #A05053. Grayscale: #969696. Windows color (decimal): -10506324 or 11317087. OLE color: 11317087.
HSL color Cylindrical-coordinate representation of color #5FAFAC: hue angle of 177.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAFAC is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 172 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.31 |
| HSL | 177.75º | 0.33% | 0.53% | - |
| HSV(B) | 177.75º | 0.46% | 0.69% | - |
| XYZ | 27.5 | 36.07 | 44.54 | - |
| YUV | 150.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 172 | 0.46 | 0 | 0.02 | 0.31 | 177.75 | 0.33 | 0.53 |
| Hex | 5F | AF | AC | 2E | 0 | 2 | 1F | B2 | 21 | 35 |
| Octal | 137 | 257 | 254 | 56 | 0 | 2 | 37 | 262 | 41 | 65 |
| Binary | 1011111 | 10101111 | 10101100 | 101110 | 0 | 10 | 11111 | 10110010 | 100001 | 110101 |
Color Harmonies of #5FAFAC
Complementary color
Monochromatic Colors of #5FAFAC
Black with #5FAFAC
Text Example
Text Example
White with #5FAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAFAC; }
p { color: rgb(95,175,172); }
H1.HeaderClassName
{
color: #5FAFAC;
}
.AnyTagClassName
{
color: #5FAFAC;
}
</style>
background-color css
<style>
a { background-color: #5FAFAC; }
a { background-color: rgb(95,175,172); }
div.DivClassName
{
background-color: #5FAFAC;
}
.BgClassName
{
background-color: #5FAFAC;
}
</style>
border-color css
<style>
span { border-color: #5FAFAC; }
span { border-color: rgb(95,175,172); }
td.TdClassName
{
border-color: #5FAFAC;
}
.TagClassName
{
border-color: #5FAFAC;
}
</style>