Shades of Fountain Blue #50A9AD
Tints of Fountain Blue #50A9AD
RGB
CMYK
RGB Variations
Color information
#50A9AD (or 0x50A9AD) is known color: Fountain Blue. HEX triplet: 50, A9 and AD. RGB value is (80,169,173). Sum of RGB (Red+Green+Blue) = 80+169+173=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #50A9AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A9AD is #AF5652. Grayscale: #8E8E8E. Windows color (decimal): -11490899 or 11381072. OLE color: 11381072.
HSL color Cylindrical-coordinate representation of color #50A9AD: hue angle of 182.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50A9AD is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 169 | 173 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.32 |
| HSL | 182.58º | 0.37% | 0.5% | - |
| HSV(B) | 182.58º | 0.54% | 0.68% | - |
| XYZ | 25.04 | 33.1 | 44.6 | - |
| YUV | 142.85 | 145.01 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 173 | 0.54 | 0.02 | 0 | 0.32 | 182.58 | 0.37 | 0.5 |
| Hex | 50 | A9 | AD | 36 | 2 | 0 | 20 | B7 | 25 | 32 |
| Octal | 120 | 251 | 255 | 66 | 2 | 0 | 40 | 267 | 45 | 62 |
| Binary | 1010000 | 10101001 | 10101101 | 110110 | 10 | 0 | 100000 | 10110111 | 100101 | 110010 |
Color Harmonies of #50A9AD
Complementary color
Monochromatic Colors of #50A9AD
Black with #50A9AD
Text Example
Text Example
White with #50A9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A9AD; }
p { color: rgb(80,169,173); }
H1.HeaderClassName
{
color: #50A9AD;
}
.AnyTagClassName
{
color: #50A9AD;
}
</style>
background-color css
<style>
a { background-color: #50A9AD; }
a { background-color: rgb(80,169,173); }
div.DivClassName
{
background-color: #50A9AD;
}
.BgClassName
{
background-color: #50A9AD;
}
</style>
border-color css
<style>
span { border-color: #50A9AD; }
span { border-color: rgb(80,169,173); }
td.TdClassName
{
border-color: #50A9AD;
}
.TagClassName
{
border-color: #50A9AD;
}
</style>