Shades of Viking #50ACBC
Tints of Viking #50ACBC
RGB
CMYK
RGB Variations
Color information
#50ACBC (or 0x50ACBC) is known color: Viking. HEX triplet: 50, AC and BC. RGB value is (80,172,188). Sum of RGB (Red+Green+Blue) = 80+172+188=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #50ACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACBC is #AF5343. Grayscale: #929292. Windows color (decimal): -11490116 or 12364880. OLE color: 12364880.
HSL color Cylindrical-coordinate representation of color #50ACBC: hue angle of 188.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50ACBC is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 172 | 188 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.26 |
| HSL | 188.89º | 0.45% | 0.53% | - |
| HSV(B) | 188.89º | 0.57% | 0.74% | - |
| XYZ | 27.14 | 34.84 | 52.87 | - |
| YUV | 146.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 188 | 0.57 | 0.09 | 0 | 0.26 | 188.89 | 0.45 | 0.53 |
| Hex | 50 | AC | BC | 39 | 9 | 0 | 1A | BD | 2D | 35 |
| Octal | 120 | 254 | 274 | 71 | 11 | 0 | 32 | 275 | 55 | 65 |
| Binary | 1010000 | 10101100 | 10111100 | 111001 | 1001 | 0 | 11010 | 10111101 | 101101 | 110101 |
Color Harmonies of #50ACBC
Complementary color
Monochromatic Colors of #50ACBC
Black with #50ACBC
Text Example
Text Example
White with #50ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ACBC; }
p { color: rgb(80,172,188); }
H1.HeaderClassName
{
color: #50ACBC;
}
.AnyTagClassName
{
color: #50ACBC;
}
</style>
background-color css
<style>
a { background-color: #50ACBC; }
a { background-color: rgb(80,172,188); }
div.DivClassName
{
background-color: #50ACBC;
}
.BgClassName
{
background-color: #50ACBC;
}
</style>
border-color css
<style>
span { border-color: #50ACBC; }
span { border-color: rgb(80,172,188); }
td.TdClassName
{
border-color: #50ACBC;
}
.TagClassName
{
border-color: #50ACBC;
}
</style>