Shades of Viking #50AEBC
Tints of Viking #50AEBC
RGB
CMYK
RGB Variations
Color information
#50AEBC (or 0x50AEBC) is known color: Viking. HEX triplet: 50, AE and BC. RGB value is (80,174,188). Sum of RGB (Red+Green+Blue) = 80+174+188=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #50AEBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AEBC is #AF5143. Grayscale: #939393. Windows color (decimal): -11489604 or 12365392. OLE color: 12365392.
HSL color Cylindrical-coordinate representation of color #50AEBC: hue angle of 187.78º 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 #50AEBC is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 174 | 188 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.26 |
| HSL | 187.78º | 0.45% | 0.53% | - |
| HSV(B) | 187.78º | 0.57% | 0.74% | - |
| XYZ | 27.52 | 35.61 | 53 | - |
| YUV | 147.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 188 | 0.57 | 0.07 | 0 | 0.26 | 187.78 | 0.45 | 0.53 |
| Hex | 50 | AE | BC | 39 | 7 | 0 | 1A | BC | 2D | 35 |
| Octal | 120 | 256 | 274 | 71 | 7 | 0 | 32 | 274 | 55 | 65 |
| Binary | 1010000 | 10101110 | 10111100 | 111001 | 111 | 0 | 11010 | 10111100 | 101101 | 110101 |
Color Harmonies of #50AEBC
Complementary color
Monochromatic Colors of #50AEBC
Black with #50AEBC
Text Example
Text Example
White with #50AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AEBC; }
p { color: rgb(80,174,188); }
H1.HeaderClassName
{
color: #50AEBC;
}
.AnyTagClassName
{
color: #50AEBC;
}
</style>
background-color css
<style>
a { background-color: #50AEBC; }
a { background-color: rgb(80,174,188); }
div.DivClassName
{
background-color: #50AEBC;
}
.BgClassName
{
background-color: #50AEBC;
}
</style>
border-color css
<style>
span { border-color: #50AEBC; }
span { border-color: rgb(80,174,188); }
td.TdClassName
{
border-color: #50AEBC;
}
.TagClassName
{
border-color: #50AEBC;
}
</style>