Shades of Fountain Blue #5EC1BC
Tints of Fountain Blue #5EC1BC
RGB
CMYK
RGB Variations
Color information
#5EC1BC (or 0x5EC1BC) is known color: Fountain Blue. HEX triplet: 5E, C1 and BC. RGB value is (94,193,188). Sum of RGB (Red+Green+Blue) = 94+193+188=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #5EC1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC1BC is #A13E43. Grayscale: #A2A2A2. Windows color (decimal): -10567236 or 12370270. OLE color: 12370270.
HSL color Cylindrical-coordinate representation of color #5EC1BC: hue angle of 176.97º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EC1BC is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 193 | 188 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.24 |
| HSL | 176.97º | 0.44% | 0.56% | - |
| HSV(B) | 176.97º | 0.51% | 0.76% | - |
| XYZ | 32.76 | 44.15 | 54.37 | - |
| YUV | 162.83 | 142.2 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 193 | 188 | 0.51 | 0 | 0.03 | 0.24 | 176.97 | 0.44 | 0.56 |
| Hex | 5E | C1 | BC | 33 | 0 | 3 | 18 | B1 | 2C | 38 |
| Octal | 136 | 301 | 274 | 63 | 0 | 3 | 30 | 261 | 54 | 70 |
| Binary | 1011110 | 11000001 | 10111100 | 110011 | 0 | 11 | 11000 | 10110001 | 101100 | 111000 |
Color Harmonies of #5EC1BC
Complementary color
Monochromatic Colors of #5EC1BC
Black with #5EC1BC
Text Example
Text Example
White with #5EC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC1BC; }
p { color: rgb(94,193,188); }
H1.HeaderClassName
{
color: #5EC1BC;
}
.AnyTagClassName
{
color: #5EC1BC;
}
</style>
background-color css
<style>
a { background-color: #5EC1BC; }
a { background-color: rgb(94,193,188); }
div.DivClassName
{
background-color: #5EC1BC;
}
.BgClassName
{
background-color: #5EC1BC;
}
</style>
border-color css
<style>
span { border-color: #5EC1BC; }
span { border-color: rgb(94,193,188); }
td.TdClassName
{
border-color: #5EC1BC;
}
.TagClassName
{
border-color: #5EC1BC;
}
</style>