Shades of Fountain Blue #5FBAB2
Tints of Fountain Blue #5FBAB2
RGB
CMYK
RGB Variations
Color information
#5FBAB2 (or 0x5FBAB2) is known color: Fountain Blue. HEX triplet: 5F, BA and B2. RGB value is (95,186,178). Sum of RGB (Red+Green+Blue) = 95+186+178=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBAB2 is #A0454D. Grayscale: #9D9D9D. Windows color (decimal): -10503502 or 11713119. OLE color: 11713119.
HSL color Cylindrical-coordinate representation of color #5FBAB2: hue angle of 174.73º 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 #5FBAB2 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 178 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.27 |
| HSL | 174.73º | 0.4% | 0.55% | - |
| HSV(B) | 174.73º | 0.49% | 0.73% | - |
| XYZ | 30.31 | 40.77 | 48.39 | - |
| YUV | 157.88 | 139.35 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 178 | 0.49 | 0 | 0.04 | 0.27 | 174.73 | 0.4 | 0.55 |
| Hex | 5F | BA | B2 | 31 | 0 | 4 | 1B | AF | 28 | 37 |
| Octal | 137 | 272 | 262 | 61 | 0 | 4 | 33 | 257 | 50 | 67 |
| Binary | 1011111 | 10111010 | 10110010 | 110001 | 0 | 100 | 11011 | 10101111 | 101000 | 110111 |
Color Harmonies of #5FBAB2
Complementary color
Monochromatic Colors of #5FBAB2
Black with #5FBAB2
Text Example
Text Example
White with #5FBAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBAB2; }
p { color: rgb(95,186,178); }
H1.HeaderClassName
{
color: #5FBAB2;
}
.AnyTagClassName
{
color: #5FBAB2;
}
</style>
background-color css
<style>
a { background-color: #5FBAB2; }
a { background-color: rgb(95,186,178); }
div.DivClassName
{
background-color: #5FBAB2;
}
.BgClassName
{
background-color: #5FBAB2;
}
</style>
border-color css
<style>
span { border-color: #5FBAB2; }
span { border-color: rgb(95,186,178); }
td.TdClassName
{
border-color: #5FBAB2;
}
.TagClassName
{
border-color: #5FBAB2;
}
</style>