Shades of Fountain Blue #59A8AC
Tints of Fountain Blue #59A8AC
RGB
CMYK
RGB Variations
Color information
#59A8AC (or 0x59A8AC) is known color: Fountain Blue. HEX triplet: 59, A8 and AC. RGB value is (89,168,172). Sum of RGB (Red+Green+Blue) = 89+168+172=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #59A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A8AC is #A65753. Grayscale: #909090. Windows color (decimal): -10901332 or 11315289. OLE color: 11315289.
HSL color Cylindrical-coordinate representation of color #59A8AC: hue angle of 182.89º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59A8AC is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 168 | 172 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.33 |
| HSL | 182.89º | 0.33% | 0.51% | - |
| HSV(B) | 182.89º | 0.48% | 0.67% | - |
| XYZ | 25.57 | 33.11 | 44.07 | - |
| YUV | 144.84 | 143.33 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 172 | 0.48 | 0.02 | 0 | 0.33 | 182.89 | 0.33 | 0.51 |
| Hex | 59 | A8 | AC | 30 | 2 | 0 | 21 | B7 | 21 | 33 |
| Octal | 131 | 250 | 254 | 60 | 2 | 0 | 41 | 267 | 41 | 63 |
| Binary | 1011001 | 10101000 | 10101100 | 110000 | 10 | 0 | 100001 | 10110111 | 100001 | 110011 |
Color Harmonies of #59A8AC
Complementary color
Monochromatic Colors of #59A8AC
Black with #59A8AC
Text Example
Text Example
White with #59A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A8AC; }
p { color: rgb(89,168,172); }
H1.HeaderClassName
{
color: #59A8AC;
}
.AnyTagClassName
{
color: #59A8AC;
}
</style>
background-color css
<style>
a { background-color: #59A8AC; }
a { background-color: rgb(89,168,172); }
div.DivClassName
{
background-color: #59A8AC;
}
.BgClassName
{
background-color: #59A8AC;
}
</style>
border-color css
<style>
span { border-color: #59A8AC; }
span { border-color: rgb(89,168,172); }
td.TdClassName
{
border-color: #59A8AC;
}
.TagClassName
{
border-color: #59A8AC;
}
</style>