Shades of Fountain Blue #50AFAE
Tints of Fountain Blue #50AFAE
RGB
CMYK
RGB Variations
Color information
#50AFAE (or 0x50AFAE) is known color: Fountain Blue. HEX triplet: 50, AF and AE. RGB value is (80,175,174). Sum of RGB (Red+Green+Blue) = 80+175+174=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #50AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AFAE is #AF5051. Grayscale: #929292. Windows color (decimal): -11489362 or 11448144. OLE color: 11448144.
HSL color Cylindrical-coordinate representation of color #50AFAE: hue angle of 179.37º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AFAE is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 174 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.31 |
| HSL | 179.37º | 0.37% | 0.5% | - |
| HSV(B) | 179.37º | 0.54% | 0.69% | - |
| XYZ | 26.28 | 35.42 | 45.5 | - |
| YUV | 146.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 174 | 0.54 | 0 | 0.01 | 0.31 | 179.37 | 0.37 | 0.5 |
| Hex | 50 | AF | AE | 36 | 0 | 1 | 1F | B3 | 25 | 32 |
| Octal | 120 | 257 | 256 | 66 | 0 | 1 | 37 | 263 | 45 | 62 |
| Binary | 1010000 | 10101111 | 10101110 | 110110 | 0 | 1 | 11111 | 10110011 | 100101 | 110010 |
Color Harmonies of #50AFAE
Complementary color
Monochromatic Colors of #50AFAE
Black with #50AFAE
Text Example
Text Example
White with #50AFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AFAE; }
p { color: rgb(80,175,174); }
H1.HeaderClassName
{
color: #50AFAE;
}
.AnyTagClassName
{
color: #50AFAE;
}
</style>
background-color css
<style>
a { background-color: #50AFAE; }
a { background-color: rgb(80,175,174); }
div.DivClassName
{
background-color: #50AFAE;
}
.BgClassName
{
background-color: #50AFAE;
}
</style>
border-color css
<style>
span { border-color: #50AFAE; }
span { border-color: rgb(80,175,174); }
td.TdClassName
{
border-color: #50AFAE;
}
.TagClassName
{
border-color: #50AFAE;
}
</style>