Shades of Fountain Blue #59AFAE
Tints of Fountain Blue #59AFAE
RGB
CMYK
RGB Variations
Color information
#59AFAE (or 0x59AFAE) is known color: Fountain Blue. HEX triplet: 59, AF and AE. RGB value is (89,175,174). Sum of RGB (Red+Green+Blue) = 89+175+174=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #59AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AFAE is #A65051. Grayscale: #959595. Windows color (decimal): -10899538 or 11448153. OLE color: 11448153.
HSL color Cylindrical-coordinate representation of color #59AFAE: hue angle of 179.3º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AFAE is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 175 | 174 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.31 |
| HSL | 179.3º | 0.35% | 0.52% | - |
| HSV(B) | 179.3º | 0.49% | 0.69% | - |
| XYZ | 27.09 | 35.84 | 45.53 | - |
| YUV | 149.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 175 | 174 | 0.49 | 0 | 0.01 | 0.31 | 179.3 | 0.35 | 0.52 |
| Hex | 59 | AF | AE | 31 | 0 | 1 | 1F | B3 | 23 | 34 |
| Octal | 131 | 257 | 256 | 61 | 0 | 1 | 37 | 263 | 43 | 64 |
| Binary | 1011001 | 10101111 | 10101110 | 110001 | 0 | 1 | 11111 | 10110011 | 100011 | 110100 |
Color Harmonies of #59AFAE
Complementary color
Monochromatic Colors of #59AFAE
Black with #59AFAE
Text Example
Text Example
White with #59AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AFAE; }
p { color: rgb(89,175,174); }
H1.HeaderClassName
{
color: #59AFAE;
}
.AnyTagClassName
{
color: #59AFAE;
}
</style>
background-color css
<style>
a { background-color: #59AFAE; }
a { background-color: rgb(89,175,174); }
div.DivClassName
{
background-color: #59AFAE;
}
.BgClassName
{
background-color: #59AFAE;
}
</style>
border-color css
<style>
span { border-color: #59AFAE; }
span { border-color: rgb(89,175,174); }
td.TdClassName
{
border-color: #59AFAE;
}
.TagClassName
{
border-color: #59AFAE;
}
</style>