Shades of Fountain Blue #5DACA8
Tints of Fountain Blue #5DACA8
RGB
CMYK
RGB Variations
Color information
#5DACA8 (or 0x5DACA8) is known color: Fountain Blue. HEX triplet: 5D, AC and A8. RGB value is (93,172,168). Sum of RGB (Red+Green+Blue) = 93+172+168=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 168 (66.02% from 255 or 38.80% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #5DACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DACA8 is #A25357. Grayscale: #939393. Windows color (decimal): -10638168 or 11054173. OLE color: 11054173.
HSL color Cylindrical-coordinate representation of color #5DACA8: hue angle of 176.96º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DACA8 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 172 | 168 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.33 |
| HSL | 176.96º | 0.32% | 0.52% | - |
| HSV(B) | 176.96º | 0.46% | 0.67% | - |
| XYZ | 26.33 | 34.66 | 42.35 | - |
| YUV | 147.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 168 | 0.46 | 0 | 0.02 | 0.33 | 176.96 | 0.32 | 0.52 |
| Hex | 5D | AC | A8 | 2E | 0 | 2 | 21 | B1 | 20 | 34 |
| Octal | 135 | 254 | 250 | 56 | 0 | 2 | 41 | 261 | 40 | 64 |
| Binary | 1011101 | 10101100 | 10101000 | 101110 | 0 | 10 | 100001 | 10110001 | 100000 | 110100 |
Color Harmonies of #5DACA8
Complementary color
Monochromatic Colors of #5DACA8
Black with #5DACA8
Text Example
Text Example
White with #5DACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACA8; }
p { color: rgb(93,172,168); }
H1.HeaderClassName
{
color: #5DACA8;
}
.AnyTagClassName
{
color: #5DACA8;
}
</style>
background-color css
<style>
a { background-color: #5DACA8; }
a { background-color: rgb(93,172,168); }
div.DivClassName
{
background-color: #5DACA8;
}
.BgClassName
{
background-color: #5DACA8;
}
</style>
border-color css
<style>
span { border-color: #5DACA8; }
span { border-color: rgb(93,172,168); }
td.TdClassName
{
border-color: #5DACA8;
}
.TagClassName
{
border-color: #5DACA8;
}
</style>