Shades of Fountain Blue #5EBAB5
Tints of Fountain Blue #5EBAB5
RGB
CMYK
RGB Variations
Color information
#5EBAB5 (or 0x5EBAB5) is known color: Fountain Blue. HEX triplet: 5E, BA and B5. RGB value is (94,186,181). Sum of RGB (Red+Green+Blue) = 94+186+181=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBAB5 is #A1454A. Grayscale: #9D9D9D. Windows color (decimal): -10569035 or 11909726. OLE color: 11909726.
HSL color Cylindrical-coordinate representation of color #5EBAB5: hue angle of 176.74º 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 #5EBAB5 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 181 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.27 |
| HSL | 176.74º | 0.4% | 0.55% | - |
| HSV(B) | 176.74º | 0.49% | 0.73% | - |
| XYZ | 30.52 | 40.83 | 49.99 | - |
| YUV | 157.92 | 141.02 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 181 | 0.49 | 0 | 0.03 | 0.27 | 176.74 | 0.4 | 0.55 |
| Hex | 5E | BA | B5 | 31 | 0 | 3 | 1B | B1 | 28 | 37 |
| Octal | 136 | 272 | 265 | 61 | 0 | 3 | 33 | 261 | 50 | 67 |
| Binary | 1011110 | 10111010 | 10110101 | 110001 | 0 | 11 | 11011 | 10110001 | 101000 | 110111 |
Color Harmonies of #5EBAB5
Complementary color
Monochromatic Colors of #5EBAB5
Black with #5EBAB5
Text Example
Text Example
White with #5EBAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBAB5; }
p { color: rgb(94,186,181); }
H1.HeaderClassName
{
color: #5EBAB5;
}
.AnyTagClassName
{
color: #5EBAB5;
}
</style>
background-color css
<style>
a { background-color: #5EBAB5; }
a { background-color: rgb(94,186,181); }
div.DivClassName
{
background-color: #5EBAB5;
}
.BgClassName
{
background-color: #5EBAB5;
}
</style>
border-color css
<style>
span { border-color: #5EBAB5; }
span { border-color: rgb(94,186,181); }
td.TdClassName
{
border-color: #5EBAB5;
}
.TagClassName
{
border-color: #5EBAB5;
}
</style>