Shades of Viking #50ADC3
Tints of Viking #50ADC3
RGB
CMYK
RGB Variations
Color information
#50ADC3 (or 0x50ADC3) is known color: Viking. HEX triplet: 50, AD and C3. RGB value is (80,173,195). Sum of RGB (Red+Green+Blue) = 80+173+195=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #50ADC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADC3 is #AF523C. Grayscale: #939393. Windows color (decimal): -11489853 or 12823888. OLE color: 12823888.
HSL color Cylindrical-coordinate representation of color #50ADC3: hue angle of 191.48º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50ADC3 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 173 | 195 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.24 |
| HSL | 191.48º | 0.49% | 0.54% | - |
| HSV(B) | 191.48º | 0.59% | 0.76% | - |
| XYZ | 28.1 | 35.53 | 57.01 | - |
| YUV | 147.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 195 | 0.59 | 0.11 | 0 | 0.24 | 191.48 | 0.49 | 0.54 |
| Hex | 50 | AD | C3 | 3B | B | 0 | 18 | BF | 31 | 36 |
| Octal | 120 | 255 | 303 | 73 | 13 | 0 | 30 | 277 | 61 | 66 |
| Binary | 1010000 | 10101101 | 11000011 | 111011 | 1011 | 0 | 11000 | 10111111 | 110001 | 110110 |
Color Harmonies of #50ADC3
Complementary color
Monochromatic Colors of #50ADC3
Black with #50ADC3
Text Example
Text Example
White with #50ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ADC3; }
p { color: rgb(80,173,195); }
H1.HeaderClassName
{
color: #50ADC3;
}
.AnyTagClassName
{
color: #50ADC3;
}
</style>
background-color css
<style>
a { background-color: #50ADC3; }
a { background-color: rgb(80,173,195); }
div.DivClassName
{
background-color: #50ADC3;
}
.BgClassName
{
background-color: #50ADC3;
}
</style>
border-color css
<style>
span { border-color: #50ADC3; }
span { border-color: rgb(80,173,195); }
td.TdClassName
{
border-color: #50ADC3;
}
.TagClassName
{
border-color: #50ADC3;
}
</style>