Shades of Fountain Blue #50ADAC
Tints of Fountain Blue #50ADAC
RGB
CMYK
RGB Variations
Color information
#50ADAC (or 0x50ADAC) is known color: Fountain Blue. HEX triplet: 50, AD and AC. RGB value is (80,173,172). Sum of RGB (Red+Green+Blue) = 80+173+172=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #50ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ADAC is #AF5253. Grayscale: #909090. Windows color (decimal): -11489876 or 11316560. OLE color: 11316560.
HSL color Cylindrical-coordinate representation of color #50ADAC: hue angle of 179.35º 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 #50ADAC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 172 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.32 |
| HSL | 179.35º | 0.37% | 0.5% | - |
| HSV(B) | 179.35º | 0.54% | 0.68% | - |
| XYZ | 25.7 | 34.57 | 44.35 | - |
| YUV | 145.08 | 143.19 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 172 | 0.54 | 0 | 0.01 | 0.32 | 179.35 | 0.37 | 0.5 |
| Hex | 50 | AD | AC | 36 | 0 | 1 | 20 | B3 | 25 | 32 |
| Octal | 120 | 255 | 254 | 66 | 0 | 1 | 40 | 263 | 45 | 62 |
| Binary | 1010000 | 10101101 | 10101100 | 110110 | 0 | 1 | 100000 | 10110011 | 100101 | 110010 |
Color Harmonies of #50ADAC
Complementary color
Monochromatic Colors of #50ADAC
Black with #50ADAC
Text Example
Text Example
White with #50ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADAC; }
p { color: rgb(80,173,172); }
H1.HeaderClassName
{
color: #50ADAC;
}
.AnyTagClassName
{
color: #50ADAC;
}
</style>
background-color css
<style>
a { background-color: #50ADAC; }
a { background-color: rgb(80,173,172); }
div.DivClassName
{
background-color: #50ADAC;
}
.BgClassName
{
background-color: #50ADAC;
}
</style>
border-color css
<style>
span { border-color: #50ADAC; }
span { border-color: rgb(80,173,172); }
td.TdClassName
{
border-color: #50ADAC;
}
.TagClassName
{
border-color: #50ADAC;
}
</style>