Html Css Color HEX #50ADC1 Viking

📋 copy color: '#50ADC1'

red 80 ◦ green 173 ◦ blue 193

#50ADC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #50ADC1

Tints of Viking #50ADC1

RGB

 RED value IS 80 (31.64% from 255) = 17.94%

 GREEN value IS 173 (67.97% from 255) = 38.79%

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 17.94%
G = 38.79%
B = 43.27%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#50ADC1 (or 0x50ADC1) is known color: Viking. HEX triplet: 50, AD and C1. RGB value is (80,173,193). Sum of RGB (Red+Green+Blue) = 80+173+193=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #50ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ADC1 is #AF523E. Grayscale: #939393. Windows color (decimal): -11489855 or 12692816. OLE color: 12692816.

HSL color Cylindrical-coordinate representation of color #50ADC1: hue angle of 190.62º degrees, saturation: 0.48, 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 #50ADC1 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 173 193 -
CMYK 0.59 0.10 0 0.24
HSL 190.62º 0.48% 0.54% -
HSV(B) 190.62º 0.59% 0.76% -
XYZ 27.88 35.44 55.82 -
YUV 147.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 80 173 193 0.59 0.10 0 0.24 190.62 0.48 0.54
Hex 50 AD C1 3B A 0 18 BF 30 36
Octal 120 255 301 73 12 0 30 277 60 66
Binary 1010000 10101101 11000001 111011 1010 0 11000 10111111 110000 110110

Color Harmonies of #50ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADC1

Black with #50ADC1

Text Example


Text Example

White with #50ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50ADC1; }

 p { color: rgb(80,173,193); }

 H1.HeaderClassName
 {
   color: #50ADC1;
 }
 .AnyTagClassName
 {
   color: #50ADC1;
 }
</style>

background-color css

<style>
 a { background-color: #50ADC1; }

 a { background-color: rgb(80,173,193); }

 div.DivClassName
 {
   background-color: #50ADC1;
 }
 .BgClassName
 {
   background-color: #50ADC1;
 }
</style>

border-color css

<style>
 span { border-color: #50ADC1; }

 span { border-color: rgb(80,173,193); }

 td.TdClassName
 {
   border-color: #50ADC1;
 }
 .TagClassName
 {
   border-color: #50ADC1;
 }
</style>