Shades of Fountain Blue #5EBFBD
Tints of Fountain Blue #5EBFBD
RGB
CMYK
RGB Variations
Color information
#5EBFBD (or 0x5EBFBD) is known color: Fountain Blue. HEX triplet: 5E, BF and BD. RGB value is (94,191,189). Sum of RGB (Red+Green+Blue) = 94+191+189=474 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.83% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBFBD is #A14042. Grayscale: #A1A1A1. Windows color (decimal): -10567747 or 12435294. OLE color: 12435294.
HSL color Cylindrical-coordinate representation of color #5EBFBD: hue angle of 178.76º 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 #5EBFBD is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 189 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.25 |
| HSL | 178.76º | 0.43% | 0.56% | - |
| HSV(B) | 178.76º | 0.51% | 0.75% | - |
| XYZ | 32.43 | 43.32 | 54.8 | - |
| YUV | 161.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 189 | 0.51 | 0 | 0.01 | 0.25 | 178.76 | 0.43 | 0.56 |
| Hex | 5E | BF | BD | 33 | 0 | 1 | 19 | B3 | 2B | 38 |
| Octal | 136 | 277 | 275 | 63 | 0 | 1 | 31 | 263 | 53 | 70 |
| Binary | 1011110 | 10111111 | 10111101 | 110011 | 0 | 1 | 11001 | 10110011 | 101011 | 111000 |
Color Harmonies of #5EBFBD
Complementary color
Monochromatic Colors of #5EBFBD
Black with #5EBFBD
Text Example
Text Example
White with #5EBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBFBD; }
p { color: rgb(94,191,189); }
H1.HeaderClassName
{
color: #5EBFBD;
}
.AnyTagClassName
{
color: #5EBFBD;
}
</style>
background-color css
<style>
a { background-color: #5EBFBD; }
a { background-color: rgb(94,191,189); }
div.DivClassName
{
background-color: #5EBFBD;
}
.BgClassName
{
background-color: #5EBFBD;
}
</style>
border-color css
<style>
span { border-color: #5EBFBD; }
span { border-color: rgb(94,191,189); }
td.TdClassName
{
border-color: #5EBFBD;
}
.TagClassName
{
border-color: #5EBFBD;
}
</style>