Shades of Viking #50BABB
Tints of Viking #50BABB
RGB
CMYK
RGB Variations
Color information
#50BABB (or 0x50BABB) is known color: Viking. HEX triplet: 50, BA and BB. RGB value is (80,186,187). Sum of RGB (Red+Green+Blue) = 80+186+187=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #50BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BABB is #AF4544. Grayscale: #9A9A9A. Windows color (decimal): -11486533 or 12302928. OLE color: 12302928.
HSL color Cylindrical-coordinate representation of color #50BABB: hue angle of 180.56º degrees, saturation: 0.44, 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 #50BABB is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 187 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.27 |
| HSL | 180.56º | 0.44% | 0.52% | - |
| HSV(B) | 180.56º | 0.57% | 0.73% | - |
| XYZ | 29.84 | 40.41 | 53.24 | - |
| YUV | 154.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 187 | 0.57 | 0.01 | 0 | 0.27 | 180.56 | 0.44 | 0.52 |
| Hex | 50 | BA | BB | 39 | 1 | 0 | 1B | B5 | 2C | 34 |
| Octal | 120 | 272 | 273 | 71 | 1 | 0 | 33 | 265 | 54 | 64 |
| Binary | 1010000 | 10111010 | 10111011 | 111001 | 1 | 0 | 11011 | 10110101 | 101100 | 110100 |
Color Harmonies of #50BABB
Complementary color
Monochromatic Colors of #50BABB
Black with #50BABB
Text Example
Text Example
White with #50BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BABB; }
p { color: rgb(80,186,187); }
H1.HeaderClassName
{
color: #50BABB;
}
.AnyTagClassName
{
color: #50BABB;
}
</style>
background-color css
<style>
a { background-color: #50BABB; }
a { background-color: rgb(80,186,187); }
div.DivClassName
{
background-color: #50BABB;
}
.BgClassName
{
background-color: #50BABB;
}
</style>
border-color css
<style>
span { border-color: #50BABB; }
span { border-color: rgb(80,186,187); }
td.TdClassName
{
border-color: #50BABB;
}
.TagClassName
{
border-color: #50BABB;
}
</style>