Shades of Viking #50AAC4
Tints of Viking #50AAC4
RGB
CMYK
RGB Variations
Color information
#50AAC4 (or 0x50AAC4) is known color: Viking. HEX triplet: 50, AA and C4. RGB value is (80,170,196). Sum of RGB (Red+Green+Blue) = 80+170+196=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #50AAC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAC4 is #AF553B. Grayscale: #919191. Windows color (decimal): -11490620 or 12888656. OLE color: 12888656.
HSL color Cylindrical-coordinate representation of color #50AAC4: hue angle of 193.45º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50AAC4 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 80 | 170 | 196 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.23 |
| HSL | 193.45º | 0.5% | 0.54% | - |
| HSV(B) | 193.45º | 0.59% | 0.77% | - |
| XYZ | 27.65 | 34.44 | 57.42 | - |
| YUV | 146.05 | 156.18 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 196 | 0.59 | 0.13 | 0 | 0.23 | 193.45 | 0.5 | 0.54 |
| Hex | 50 | AA | C4 | 3B | D | 0 | 17 | C1 | 32 | 36 |
| Octal | 120 | 252 | 304 | 73 | 15 | 0 | 27 | 301 | 62 | 66 |
| Binary | 1010000 | 10101010 | 11000100 | 111011 | 1101 | 0 | 10111 | 11000001 | 110010 | 110110 |
Color Harmonies of #50AAC4
Complementary color
Monochromatic Colors of #50AAC4
Black with #50AAC4
Text Example
Text Example
White with #50AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AAC4; }
p { color: rgb(80,170,196); }
H1.HeaderClassName
{
color: #50AAC4;
}
.AnyTagClassName
{
color: #50AAC4;
}
</style>
background-color css
<style>
a { background-color: #50AAC4; }
a { background-color: rgb(80,170,196); }
div.DivClassName
{
background-color: #50AAC4;
}
.BgClassName
{
background-color: #50AAC4;
}
</style>
border-color css
<style>
span { border-color: #50AAC4; }
span { border-color: rgb(80,170,196); }
td.TdClassName
{
border-color: #50AAC4;
}
.TagClassName
{
border-color: #50AAC4;
}
</style>