Shades of Fountain Blue #5FABAF
Tints of Fountain Blue #5FABAF
RGB
CMYK
RGB Variations
Color information
#5FABAF (or 0x5FABAF) is known color: Fountain Blue. HEX triplet: 5F, AB and AF. RGB value is (95,171,175). Sum of RGB (Red+Green+Blue) = 95+171+175=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #5FABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FABAF is #A05450. Grayscale: #949494. Windows color (decimal): -10507345 or 11512671. OLE color: 11512671.
HSL color Cylindrical-coordinate representation of color #5FABAF: hue angle of 183º 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 #5FABAF is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 171 | 175 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.31 |
| HSL | 183º | 0.33% | 0.53% | - |
| HSV(B) | 183º | 0.46% | 0.69% | - |
| XYZ | 27.02 | 34.65 | 45.82 | - |
| YUV | 148.73 | 142.82 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 175 | 0.46 | 0.02 | 0 | 0.31 | 183 | 0.33 | 0.53 |
| Hex | 5F | AB | AF | 2E | 2 | 0 | 1F | B7 | 21 | 35 |
| Octal | 137 | 253 | 257 | 56 | 2 | 0 | 37 | 267 | 41 | 65 |
| Binary | 1011111 | 10101011 | 10101111 | 101110 | 10 | 0 | 11111 | 10110111 | 100001 | 110101 |
Color Harmonies of #5FABAF
Complementary color
Monochromatic Colors of #5FABAF
Black with #5FABAF
Text Example
Text Example
White with #5FABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FABAF; }
p { color: rgb(95,171,175); }
H1.HeaderClassName
{
color: #5FABAF;
}
.AnyTagClassName
{
color: #5FABAF;
}
</style>
background-color css
<style>
a { background-color: #5FABAF; }
a { background-color: rgb(95,171,175); }
div.DivClassName
{
background-color: #5FABAF;
}
.BgClassName
{
background-color: #5FABAF;
}
</style>
border-color css
<style>
span { border-color: #5FABAF; }
span { border-color: rgb(95,171,175); }
td.TdClassName
{
border-color: #5FABAF;
}
.TagClassName
{
border-color: #5FABAF;
}
</style>