Shades of Fountain Blue #5EBFBB
Tints of Fountain Blue #5EBFBB
RGB
CMYK
RGB Variations
Color information
#5EBFBB (or 0x5EBFBB) is known color: Fountain Blue. HEX triplet: 5E, BF and BB. RGB value is (94,191,187). Sum of RGB (Red+Green+Blue) = 94+191+187=472 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.92% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFBB is #A14044. Grayscale: #A1A1A1. Windows color (decimal): -10567749 or 12304222. OLE color: 12304222.
HSL color Cylindrical-coordinate representation of color #5EBFBB: hue angle of 177.53º 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 #5EBFBB is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 187 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.25 |
| HSL | 177.53º | 0.43% | 0.56% | - |
| HSV(B) | 177.53º | 0.51% | 0.75% | - |
| XYZ | 32.22 | 43.23 | 53.66 | - |
| YUV | 161.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 187 | 0.51 | 0 | 0.02 | 0.25 | 177.53 | 0.43 | 0.56 |
| Hex | 5E | BF | BB | 33 | 0 | 2 | 19 | B2 | 2B | 38 |
| Octal | 136 | 277 | 273 | 63 | 0 | 2 | 31 | 262 | 53 | 70 |
| Binary | 1011110 | 10111111 | 10111011 | 110011 | 0 | 10 | 11001 | 10110010 | 101011 | 111000 |
Color Harmonies of #5EBFBB
Complementary color
Monochromatic Colors of #5EBFBB
Black with #5EBFBB
Text Example
Text Example
White with #5EBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBFBB; }
p { color: rgb(94,191,187); }
H1.HeaderClassName
{
color: #5EBFBB;
}
.AnyTagClassName
{
color: #5EBFBB;
}
</style>
background-color css
<style>
a { background-color: #5EBFBB; }
a { background-color: rgb(94,191,187); }
div.DivClassName
{
background-color: #5EBFBB;
}
.BgClassName
{
background-color: #5EBFBB;
}
</style>
border-color css
<style>
span { border-color: #5EBFBB; }
span { border-color: rgb(94,191,187); }
td.TdClassName
{
border-color: #5EBFBB;
}
.TagClassName
{
border-color: #5EBFBB;
}
</style>