Shades of Fountain Blue #50ADB4
Tints of Fountain Blue #50ADB4
RGB
CMYK
RGB Variations
Color information
#50ADB4 (or 0x50ADB4) is known color: Fountain Blue. HEX triplet: 50, AD and B4. RGB value is (80,173,180). Sum of RGB (Red+Green+Blue) = 80+173+180=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #50ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADB4 is #AF524B. Grayscale: #919191. Windows color (decimal): -11489868 or 11840848. OLE color: 11840848.
HSL color Cylindrical-coordinate representation of color #50ADB4: hue angle of 184.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50ADB4 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 173 | 180 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.29 |
| HSL | 184.2º | 0.4% | 0.51% | - |
| HSV(B) | 184.2º | 0.56% | 0.71% | - |
| XYZ | 26.49 | 34.89 | 48.52 | - |
| YUV | 145.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 180 | 0.56 | 0.04 | 0 | 0.29 | 184.2 | 0.4 | 0.51 |
| Hex | 50 | AD | B4 | 38 | 4 | 0 | 1D | B8 | 28 | 33 |
| Octal | 120 | 255 | 264 | 70 | 4 | 0 | 35 | 270 | 50 | 63 |
| Binary | 1010000 | 10101101 | 10110100 | 111000 | 100 | 0 | 11101 | 10111000 | 101000 | 110011 |
Color Harmonies of #50ADB4
Complementary color
Monochromatic Colors of #50ADB4
Black with #50ADB4
Text Example
Text Example
White with #50ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADB4; }
p { color: rgb(80,173,180); }
H1.HeaderClassName
{
color: #50ADB4;
}
.AnyTagClassName
{
color: #50ADB4;
}
</style>
background-color css
<style>
a { background-color: #50ADB4; }
a { background-color: rgb(80,173,180); }
div.DivClassName
{
background-color: #50ADB4;
}
.BgClassName
{
background-color: #50ADB4;
}
</style>
border-color css
<style>
span { border-color: #50ADB4; }
span { border-color: rgb(80,173,180); }
td.TdClassName
{
border-color: #50ADB4;
}
.TagClassName
{
border-color: #50ADB4;
}
</style>