Shades of Fountain Blue #5EACA8
Tints of Fountain Blue #5EACA8
RGB
CMYK
RGB Variations
Color information
#5EACA8 (or 0x5EACA8) is known color: Fountain Blue. HEX triplet: 5E, AC and A8. RGB value is (94,172,168). Sum of RGB (Red+Green+Blue) = 94+172+168=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACA8 is #A15357. Grayscale: #949494. Windows color (decimal): -10572632 or 11054174. OLE color: 11054174.
HSL color Cylindrical-coordinate representation of color #5EACA8: hue angle of 176.92º 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 #5EACA8 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 168 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.33 |
| HSL | 176.92º | 0.32% | 0.52% | - |
| HSV(B) | 176.92º | 0.45% | 0.67% | - |
| XYZ | 26.44 | 34.71 | 42.35 | - |
| YUV | 148.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 168 | 0.45 | 0 | 0.02 | 0.33 | 176.92 | 0.32 | 0.52 |
| Hex | 5E | AC | A8 | 2D | 0 | 2 | 21 | B1 | 20 | 34 |
| Octal | 136 | 254 | 250 | 55 | 0 | 2 | 41 | 261 | 40 | 64 |
| Binary | 1011110 | 10101100 | 10101000 | 101101 | 0 | 10 | 100001 | 10110001 | 100000 | 110100 |
Color Harmonies of #5EACA8
Complementary color
Monochromatic Colors of #5EACA8
Black with #5EACA8
Text Example
Text Example
White with #5EACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACA8; }
p { color: rgb(94,172,168); }
H1.HeaderClassName
{
color: #5EACA8;
}
.AnyTagClassName
{
color: #5EACA8;
}
</style>
background-color css
<style>
a { background-color: #5EACA8; }
a { background-color: rgb(94,172,168); }
div.DivClassName
{
background-color: #5EACA8;
}
.BgClassName
{
background-color: #5EACA8;
}
</style>
border-color css
<style>
span { border-color: #5EACA8; }
span { border-color: rgb(94,172,168); }
td.TdClassName
{
border-color: #5EACA8;
}
.TagClassName
{
border-color: #5EACA8;
}
</style>