Shades of Fountain Blue #50A8AD
Tints of Fountain Blue #50A8AD
RGB
CMYK
RGB Variations
Color information
#50A8AD (or 0x50A8AD) is known color: Fountain Blue. HEX triplet: 50, A8 and AD. RGB value is (80,168,173). Sum of RGB (Red+Green+Blue) = 80+168+173=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #50A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A8AD is #AF5752. Grayscale: #8E8E8E. Windows color (decimal): -11491155 or 11380816. OLE color: 11380816.
HSL color Cylindrical-coordinate representation of color #50A8AD: hue angle of 183.23º 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 #50A8AD is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 168 | 173 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.32 |
| HSL | 183.23º | 0.37% | 0.5% | - |
| HSV(B) | 183.23º | 0.54% | 0.68% | - |
| XYZ | 24.85 | 32.73 | 44.54 | - |
| YUV | 142.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 173 | 0.54 | 0.03 | 0 | 0.32 | 183.23 | 0.37 | 0.5 |
| Hex | 50 | A8 | AD | 36 | 3 | 0 | 20 | B7 | 25 | 32 |
| Octal | 120 | 250 | 255 | 66 | 3 | 0 | 40 | 267 | 45 | 62 |
| Binary | 1010000 | 10101000 | 10101101 | 110110 | 11 | 0 | 100000 | 10110111 | 100101 | 110010 |
Color Harmonies of #50A8AD
Complementary color
Monochromatic Colors of #50A8AD
Black with #50A8AD
Text Example
Text Example
White with #50A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A8AD; }
p { color: rgb(80,168,173); }
H1.HeaderClassName
{
color: #50A8AD;
}
.AnyTagClassName
{
color: #50A8AD;
}
</style>
background-color css
<style>
a { background-color: #50A8AD; }
a { background-color: rgb(80,168,173); }
div.DivClassName
{
background-color: #50A8AD;
}
.BgClassName
{
background-color: #50A8AD;
}
</style>
border-color css
<style>
span { border-color: #50A8AD; }
span { border-color: rgb(80,168,173); }
td.TdClassName
{
border-color: #50A8AD;
}
.TagClassName
{
border-color: #50A8AD;
}
</style>