Shades of Viking #50B8BB
Tints of Viking #50B8BB
RGB
CMYK
RGB Variations
Color information
#50B8BB (or 0x50B8BB) is known color: Viking. HEX triplet: 50, B8 and BB. RGB value is (80,184,187). Sum of RGB (Red+Green+Blue) = 80+184+187=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #50B8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B8BB is #AF4744. Grayscale: #999999. Windows color (decimal): -11487045 or 12302416. OLE color: 12302416.
HSL color Cylindrical-coordinate representation of color #50B8BB: hue angle of 181.68º 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 #50B8BB is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 184 | 187 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.27 |
| HSL | 181.68º | 0.44% | 0.52% | - |
| HSV(B) | 181.68º | 0.57% | 0.73% | - |
| XYZ | 29.42 | 39.57 | 53.1 | - |
| YUV | 153.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 187 | 0.57 | 0.02 | 0 | 0.27 | 181.68 | 0.44 | 0.52 |
| Hex | 50 | B8 | BB | 39 | 2 | 0 | 1B | B6 | 2C | 34 |
| Octal | 120 | 270 | 273 | 71 | 2 | 0 | 33 | 266 | 54 | 64 |
| Binary | 1010000 | 10111000 | 10111011 | 111001 | 10 | 0 | 11011 | 10110110 | 101100 | 110100 |
Color Harmonies of #50B8BB
Complementary color
Monochromatic Colors of #50B8BB
Black with #50B8BB
Text Example
Text Example
White with #50B8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B8BB; }
p { color: rgb(80,184,187); }
H1.HeaderClassName
{
color: #50B8BB;
}
.AnyTagClassName
{
color: #50B8BB;
}
</style>
background-color css
<style>
a { background-color: #50B8BB; }
a { background-color: rgb(80,184,187); }
div.DivClassName
{
background-color: #50B8BB;
}
.BgClassName
{
background-color: #50B8BB;
}
</style>
border-color css
<style>
span { border-color: #50B8BB; }
span { border-color: rgb(80,184,187); }
td.TdClassName
{
border-color: #50B8BB;
}
.TagClassName
{
border-color: #50B8BB;
}
</style>