Shades of Fountain Blue #5EBFBC
Tints of Fountain Blue #5EBFBC
RGB
CMYK
RGB Variations
Color information
#5EBFBC (or 0x5EBFBC) is known color: Fountain Blue. HEX triplet: 5E, BF and BC. RGB value is (94,191,188). Sum of RGB (Red+Green+Blue) = 94+191+188=473 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.87% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFBC is #A14043. Grayscale: #A1A1A1. Windows color (decimal): -10567748 or 12369758. OLE color: 12369758.
HSL color Cylindrical-coordinate representation of color #5EBFBC: hue angle of 178.14º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBFBC is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 188 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.25 |
| HSL | 178.14º | 0.43% | 0.56% | - |
| HSV(B) | 178.14º | 0.51% | 0.75% | - |
| XYZ | 32.32 | 43.27 | 54.23 | - |
| YUV | 161.66 | 142.86 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 188 | 0.51 | 0 | 0.02 | 0.25 | 178.14 | 0.43 | 0.56 |
| Hex | 5E | BF | BC | 33 | 0 | 2 | 19 | B2 | 2B | 38 |
| Octal | 136 | 277 | 274 | 63 | 0 | 2 | 31 | 262 | 53 | 70 |
| Binary | 1011110 | 10111111 | 10111100 | 110011 | 0 | 10 | 11001 | 10110010 | 101011 | 111000 |
Color Harmonies of #5EBFBC
Complementary color
Monochromatic Colors of #5EBFBC
Black with #5EBFBC
Text Example
Text Example
White with #5EBFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBFBC; }
p { color: rgb(94,191,188); }
H1.HeaderClassName
{
color: #5EBFBC;
}
.AnyTagClassName
{
color: #5EBFBC;
}
</style>
background-color css
<style>
a { background-color: #5EBFBC; }
a { background-color: rgb(94,191,188); }
div.DivClassName
{
background-color: #5EBFBC;
}
.BgClassName
{
background-color: #5EBFBC;
}
</style>
border-color css
<style>
span { border-color: #5EBFBC; }
span { border-color: rgb(94,191,188); }
td.TdClassName
{
border-color: #5EBFBC;
}
.TagClassName
{
border-color: #5EBFBC;
}
</style>