Shades of Fountain Blue #50AEAD
Tints of Fountain Blue #50AEAD
RGB
CMYK
RGB Variations
Color information
#50AEAD (or 0x50AEAD) is known color: Fountain Blue. HEX triplet: 50, AE and AD. RGB value is (80,174,173). Sum of RGB (Red+Green+Blue) = 80+174+173=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 174 - color contains mainly: green. Hex color #50AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEAD is #AF5152. Grayscale: #919191. Windows color (decimal): -11489619 or 11382352. OLE color: 11382352.
HSL color Cylindrical-coordinate representation of color #50AEAD: hue angle of 179.36º 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 #50AEAD is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 173 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.32 |
| HSL | 179.36º | 0.37% | 0.5% | - |
| HSV(B) | 179.36º | 0.54% | 0.68% | - |
| XYZ | 25.99 | 34.99 | 44.92 | - |
| YUV | 145.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 173 | 0.54 | 0 | 0.01 | 0.32 | 179.36 | 0.37 | 0.5 |
| Hex | 50 | AE | AD | 36 | 0 | 1 | 20 | B3 | 25 | 32 |
| Octal | 120 | 256 | 255 | 66 | 0 | 1 | 40 | 263 | 45 | 62 |
| Binary | 1010000 | 10101110 | 10101101 | 110110 | 0 | 1 | 100000 | 10110011 | 100101 | 110010 |
Color Harmonies of #50AEAD
Complementary color
Monochromatic Colors of #50AEAD
Black with #50AEAD
Text Example
Text Example
White with #50AEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AEAD; }
p { color: rgb(80,174,173); }
H1.HeaderClassName
{
color: #50AEAD;
}
.AnyTagClassName
{
color: #50AEAD;
}
</style>
background-color css
<style>
a { background-color: #50AEAD; }
a { background-color: rgb(80,174,173); }
div.DivClassName
{
background-color: #50AEAD;
}
.BgClassName
{
background-color: #50AEAD;
}
</style>
border-color css
<style>
span { border-color: #50AEAD; }
span { border-color: rgb(80,174,173); }
td.TdClassName
{
border-color: #50AEAD;
}
.TagClassName
{
border-color: #50AEAD;
}
</style>