Shades of Fountain Blue #5FABAB
Tints of Fountain Blue #5FABAB
RGB
CMYK
RGB Variations
Color information
#5FABAB (or 0x5FABAB) is known color: Fountain Blue. HEX triplet: 5F, AB and AB. RGB value is (95,171,171). Sum of RGB (Red+Green+Blue) = 95+171+171=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #5FABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FABAB is #A05454. Grayscale: #949494. Windows color (decimal): -10507349 or 11250527. OLE color: 11250527.
HSL color Cylindrical-coordinate representation of color #5FABAB: hue angle of 180º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FABAB is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 171 | - |
| CMYK | 0.44 | 0 | 0 | 0.33 |
| HSL | 180º | 0.31% | 0.52% | - |
| HSV(B) | 180º | 0.44% | 0.67% | - |
| XYZ | 26.63 | 34.5 | 43.78 | - |
| YUV | 148.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 171 | 0.44 | 0 | 0 | 0.33 | 180 | 0.31 | 0.52 |
| Hex | 5F | AB | AB | 2C | 0 | 0 | 21 | B4 | 1F | 34 |
| Octal | 137 | 253 | 253 | 54 | 0 | 0 | 41 | 264 | 37 | 64 |
| Binary | 1011111 | 10101011 | 10101011 | 101100 | 0 | 0 | 100001 | 10110100 | 11111 | 110100 |
Color Harmonies of #5FABAB
Complementary color
Monochromatic Colors of #5FABAB
Black with #5FABAB
Text Example
Text Example
White with #5FABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FABAB; }
p { color: rgb(95,171,171); }
H1.HeaderClassName
{
color: #5FABAB;
}
.AnyTagClassName
{
color: #5FABAB;
}
</style>
background-color css
<style>
a { background-color: #5FABAB; }
a { background-color: rgb(95,171,171); }
div.DivClassName
{
background-color: #5FABAB;
}
.BgClassName
{
background-color: #5FABAB;
}
</style>
border-color css
<style>
span { border-color: #5FABAB; }
span { border-color: rgb(95,171,171); }
td.TdClassName
{
border-color: #5FABAB;
}
.TagClassName
{
border-color: #5FABAB;
}
</style>