Shades of Fountain Blue #50B8B5
Tints of Fountain Blue #50B8B5
RGB
CMYK
RGB Variations
Color information
#50B8B5 (or 0x50B8B5) is known color: Fountain Blue. HEX triplet: 50, B8 and B5. RGB value is (80,184,181). Sum of RGB (Red+Green+Blue) = 80+184+181=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #50B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B8B5 is #AF474A. Grayscale: #989898. Windows color (decimal): -11487051 or 11909200. OLE color: 11909200.
HSL color Cylindrical-coordinate representation of color #50B8B5: hue angle of 178.27º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B8B5 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 181 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.28 |
| HSL | 178.27º | 0.42% | 0.52% | - |
| HSV(B) | 178.27º | 0.57% | 0.72% | - |
| XYZ | 28.79 | 39.32 | 49.79 | - |
| YUV | 152.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 181 | 0.57 | 0 | 0.02 | 0.28 | 178.27 | 0.42 | 0.52 |
| Hex | 50 | B8 | B5 | 39 | 0 | 2 | 1C | B2 | 2A | 34 |
| Octal | 120 | 270 | 265 | 71 | 0 | 2 | 34 | 262 | 52 | 64 |
| Binary | 1010000 | 10111000 | 10110101 | 111001 | 0 | 10 | 11100 | 10110010 | 101010 | 110100 |
Color Harmonies of #50B8B5
Complementary color
Monochromatic Colors of #50B8B5
Black with #50B8B5
Text Example
Text Example
White with #50B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B8B5; }
p { color: rgb(80,184,181); }
H1.HeaderClassName
{
color: #50B8B5;
}
.AnyTagClassName
{
color: #50B8B5;
}
</style>
background-color css
<style>
a { background-color: #50B8B5; }
a { background-color: rgb(80,184,181); }
div.DivClassName
{
background-color: #50B8B5;
}
.BgClassName
{
background-color: #50B8B5;
}
</style>
border-color css
<style>
span { border-color: #50B8B5; }
span { border-color: rgb(80,184,181); }
td.TdClassName
{
border-color: #50B8B5;
}
.TagClassName
{
border-color: #50B8B5;
}
</style>