Shades of Fountain Blue #5EACAB
Tints of Fountain Blue #5EACAB
RGB
CMYK
RGB Variations
Color information
#5EACAB (or 0x5EACAB) is known color: Fountain Blue. HEX triplet: 5E, AC and AB. RGB value is (94,172,171). Sum of RGB (Red+Green+Blue) = 94+172+171=437 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.51% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACAB is #A15354. Grayscale: #949494. Windows color (decimal): -10572629 or 11250782. OLE color: 11250782.
HSL color Cylindrical-coordinate representation of color #5EACAB: hue angle of 179.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EACAB is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 171 | - |
| CMYK | 0.45 | 0 | 0.01 | 0.33 |
| HSL | 179.23º | 0.32% | 0.52% | - |
| HSV(B) | 179.23º | 0.45% | 0.67% | - |
| XYZ | 26.72 | 34.83 | 43.84 | - |
| YUV | 148.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 171 | 0.45 | 0 | 0.01 | 0.33 | 179.23 | 0.32 | 0.52 |
| Hex | 5E | AC | AB | 2D | 0 | 1 | 21 | B3 | 20 | 34 |
| Octal | 136 | 254 | 253 | 55 | 0 | 1 | 41 | 263 | 40 | 64 |
| Binary | 1011110 | 10101100 | 10101011 | 101101 | 0 | 1 | 100001 | 10110011 | 100000 | 110100 |
Color Harmonies of #5EACAB
Complementary color
Monochromatic Colors of #5EACAB
Black with #5EACAB
Text Example
Text Example
White with #5EACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACAB; }
p { color: rgb(94,172,171); }
H1.HeaderClassName
{
color: #5EACAB;
}
.AnyTagClassName
{
color: #5EACAB;
}
</style>
background-color css
<style>
a { background-color: #5EACAB; }
a { background-color: rgb(94,172,171); }
div.DivClassName
{
background-color: #5EACAB;
}
.BgClassName
{
background-color: #5EACAB;
}
</style>
border-color css
<style>
span { border-color: #5EACAB; }
span { border-color: rgb(94,172,171); }
td.TdClassName
{
border-color: #5EACAB;
}
.TagClassName
{
border-color: #5EACAB;
}
</style>