Shades of Fountain Blue #5EBCB4
Tints of Fountain Blue #5EBCB4
RGB
CMYK
RGB Variations
Color information
#5EBCB4 (or 0x5EBCB4) is known color: Fountain Blue. HEX triplet: 5E, BC and B4. RGB value is (94,188,180). Sum of RGB (Red+Green+Blue) = 94+188+180=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EBCB4 is #A1434B. Grayscale: #9E9E9E. Windows color (decimal): -10568524 or 11844702. OLE color: 11844702.
HSL color Cylindrical-coordinate representation of color #5EBCB4: hue angle of 174.89º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBCB4 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 180 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.26 |
| HSL | 174.89º | 0.41% | 0.55% | - |
| HSV(B) | 174.89º | 0.5% | 0.74% | - |
| XYZ | 30.84 | 41.64 | 49.59 | - |
| YUV | 158.98 | 139.86 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 180 | 0.50 | 0 | 0.04 | 0.26 | 174.89 | 0.41 | 0.55 |
| Hex | 5E | BC | B4 | 32 | 0 | 4 | 1A | AF | 29 | 37 |
| Octal | 136 | 274 | 264 | 62 | 0 | 4 | 32 | 257 | 51 | 67 |
| Binary | 1011110 | 10111100 | 10110100 | 110010 | 0 | 100 | 11010 | 10101111 | 101001 | 110111 |
Color Harmonies of #5EBCB4
Complementary color
Monochromatic Colors of #5EBCB4
Black with #5EBCB4
Text Example
Text Example
White with #5EBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBCB4; }
p { color: rgb(94,188,180); }
H1.HeaderClassName
{
color: #5EBCB4;
}
.AnyTagClassName
{
color: #5EBCB4;
}
</style>
background-color css
<style>
a { background-color: #5EBCB4; }
a { background-color: rgb(94,188,180); }
div.DivClassName
{
background-color: #5EBCB4;
}
.BgClassName
{
background-color: #5EBCB4;
}
</style>
border-color css
<style>
span { border-color: #5EBCB4; }
span { border-color: rgb(94,188,180); }
td.TdClassName
{
border-color: #5EBCB4;
}
.TagClassName
{
border-color: #5EBCB4;
}
</style>