Shades of Viking #50BABF
Tints of Viking #50BABF
RGB
CMYK
RGB Variations
Color information
#50BABF (or 0x50BABF) is known color: Viking. HEX triplet: 50, BA and BF. RGB value is (80,186,191). Sum of RGB (Red+Green+Blue) = 80+186+191=457 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.51% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #50BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BABF is #AF4540. Grayscale: #9A9A9A. Windows color (decimal): -11486529 or 12565072. OLE color: 12565072.
HSL color Cylindrical-coordinate representation of color #50BABF: hue angle of 182.7º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BABF is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 186 | 191 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.25 |
| HSL | 182.7º | 0.46% | 0.53% | - |
| HSV(B) | 182.7º | 0.58% | 0.75% | - |
| XYZ | 30.27 | 40.58 | 55.53 | - |
| YUV | 154.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 191 | 0.58 | 0.03 | 0 | 0.25 | 182.7 | 0.46 | 0.53 |
| Hex | 50 | BA | BF | 3A | 3 | 0 | 19 | B7 | 2E | 35 |
| Octal | 120 | 272 | 277 | 72 | 3 | 0 | 31 | 267 | 56 | 65 |
| Binary | 1010000 | 10111010 | 10111111 | 111010 | 11 | 0 | 11001 | 10110111 | 101110 | 110101 |
Color Harmonies of #50BABF
Complementary color
Monochromatic Colors of #50BABF
Black with #50BABF
Text Example
Text Example
White with #50BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BABF; }
p { color: rgb(80,186,191); }
H1.HeaderClassName
{
color: #50BABF;
}
.AnyTagClassName
{
color: #50BABF;
}
</style>
background-color css
<style>
a { background-color: #50BABF; }
a { background-color: rgb(80,186,191); }
div.DivClassName
{
background-color: #50BABF;
}
.BgClassName
{
background-color: #50BABF;
}
</style>
border-color css
<style>
span { border-color: #50BABF; }
span { border-color: rgb(80,186,191); }
td.TdClassName
{
border-color: #50BABF;
}
.TagClassName
{
border-color: #50BABF;
}
</style>