Shades of Fountain Blue #5FBAB5
Tints of Fountain Blue #5FBAB5
RGB
CMYK
RGB Variations
Color information
#5FBAB5 (or 0x5FBAB5) is known color: Fountain Blue. HEX triplet: 5F, BA and B5. RGB value is (95,186,181). Sum of RGB (Red+Green+Blue) = 95+186+181=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBAB5 is #A0454A. Grayscale: #9E9E9E. Windows color (decimal): -10503499 or 11909727. OLE color: 11909727.
HSL color Cylindrical-coordinate representation of color #5FBAB5: hue angle of 176.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBAB5 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 181 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.27 |
| HSL | 176.7º | 0.4% | 0.55% | - |
| HSV(B) | 176.7º | 0.49% | 0.73% | - |
| XYZ | 30.62 | 40.89 | 49.99 | - |
| YUV | 158.22 | 140.85 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 181 | 0.49 | 0 | 0.03 | 0.27 | 176.7 | 0.4 | 0.55 |
| Hex | 5F | BA | B5 | 31 | 0 | 3 | 1B | B1 | 28 | 37 |
| Octal | 137 | 272 | 265 | 61 | 0 | 3 | 33 | 261 | 50 | 67 |
| Binary | 1011111 | 10111010 | 10110101 | 110001 | 0 | 11 | 11011 | 10110001 | 101000 | 110111 |
Color Harmonies of #5FBAB5
Complementary color
Monochromatic Colors of #5FBAB5
Black with #5FBAB5
Text Example
Text Example
White with #5FBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBAB5; }
p { color: rgb(95,186,181); }
H1.HeaderClassName
{
color: #5FBAB5;
}
.AnyTagClassName
{
color: #5FBAB5;
}
</style>
background-color css
<style>
a { background-color: #5FBAB5; }
a { background-color: rgb(95,186,181); }
div.DivClassName
{
background-color: #5FBAB5;
}
.BgClassName
{
background-color: #5FBAB5;
}
</style>
border-color css
<style>
span { border-color: #5FBAB5; }
span { border-color: rgb(95,186,181); }
td.TdClassName
{
border-color: #5FBAB5;
}
.TagClassName
{
border-color: #5FBAB5;
}
</style>