Shades of Viking #50AAC0
Tints of Viking #50AAC0
RGB
CMYK
RGB Variations
Color information
#50AAC0 (or 0x50AAC0) is known color: Viking. HEX triplet: 50, AA and C0. RGB value is (80,170,192). Sum of RGB (Red+Green+Blue) = 80+170+192=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #50AAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAC0 is #AF553F. Grayscale: #919191. Windows color (decimal): -11490624 or 12626512. OLE color: 12626512.
HSL color Cylindrical-coordinate representation of color #50AAC0: hue angle of 191.79º degrees, saturation: 0.47, 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 #50AAC0 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 170 | 192 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.25 |
| HSL | 191.79º | 0.47% | 0.53% | - |
| HSV(B) | 191.79º | 0.58% | 0.75% | - |
| XYZ | 27.2 | 34.26 | 55.05 | - |
| YUV | 145.6 | 154.18 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 192 | 0.58 | 0.11 | 0 | 0.25 | 191.79 | 0.47 | 0.53 |
| Hex | 50 | AA | C0 | 3A | B | 0 | 19 | C0 | 2F | 35 |
| Octal | 120 | 252 | 300 | 72 | 13 | 0 | 31 | 300 | 57 | 65 |
| Binary | 1010000 | 10101010 | 11000000 | 111010 | 1011 | 0 | 11001 | 11000000 | 101111 | 110101 |
Color Harmonies of #50AAC0
Complementary color
Monochromatic Colors of #50AAC0
Black with #50AAC0
Text Example
Text Example
White with #50AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAC0; }
p { color: rgb(80,170,192); }
H1.HeaderClassName
{
color: #50AAC0;
}
.AnyTagClassName
{
color: #50AAC0;
}
</style>
background-color css
<style>
a { background-color: #50AAC0; }
a { background-color: rgb(80,170,192); }
div.DivClassName
{
background-color: #50AAC0;
}
.BgClassName
{
background-color: #50AAC0;
}
</style>
border-color css
<style>
span { border-color: #50AAC0; }
span { border-color: rgb(80,170,192); }
td.TdClassName
{
border-color: #50AAC0;
}
.TagClassName
{
border-color: #50AAC0;
}
</style>