Shades of Viking #50B4BA
Tints of Viking #50B4BA
RGB
CMYK
RGB Variations
Color information
#50B4BA (or 0x50B4BA) is known color: Viking. HEX triplet: 50, B4 and BA. RGB value is (80,180,186). Sum of RGB (Red+Green+Blue) = 80+180+186=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #50B4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B4BA is #AF4B45. Grayscale: #969696. Windows color (decimal): -11488070 or 12235856. OLE color: 12235856.
HSL color Cylindrical-coordinate representation of color #50B4BA: hue angle of 183.4º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B4BA is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 180 | 186 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.27 |
| HSL | 183.4º | 0.43% | 0.52% | - |
| HSV(B) | 183.4º | 0.57% | 0.73% | - |
| XYZ | 28.49 | 37.89 | 52.27 | - |
| YUV | 150.78 | 147.87 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 180 | 186 | 0.57 | 0.03 | 0 | 0.27 | 183.4 | 0.43 | 0.52 |
| Hex | 50 | B4 | BA | 39 | 3 | 0 | 1B | B7 | 2B | 34 |
| Octal | 120 | 264 | 272 | 71 | 3 | 0 | 33 | 267 | 53 | 64 |
| Binary | 1010000 | 10110100 | 10111010 | 111001 | 11 | 0 | 11011 | 10110111 | 101011 | 110100 |
Color Harmonies of #50B4BA
Complementary color
Monochromatic Colors of #50B4BA
Black with #50B4BA
Text Example
Text Example
White with #50B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B4BA; }
p { color: rgb(80,180,186); }
H1.HeaderClassName
{
color: #50B4BA;
}
.AnyTagClassName
{
color: #50B4BA;
}
</style>
background-color css
<style>
a { background-color: #50B4BA; }
a { background-color: rgb(80,180,186); }
div.DivClassName
{
background-color: #50B4BA;
}
.BgClassName
{
background-color: #50B4BA;
}
</style>
border-color css
<style>
span { border-color: #50B4BA; }
span { border-color: rgb(80,180,186); }
td.TdClassName
{
border-color: #50B4BA;
}
.TagClassName
{
border-color: #50B4BA;
}
</style>