Html Css Color HEX #50AAC6 Viking

📋 copy color: '#50AAC6'

red 80 ◦ green 170 ◦ blue 198

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

Shades of Viking #50AAC6

Tints of Viking #50AAC6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.95%

 BLUE value IS 198 (77.73% from 255) = 44.2%

R = 17.86%
G = 37.95%
B = 44.2%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#50AAC6 (or 0x50AAC6) is known color: Viking. HEX triplet: 50, AA and C6. RGB value is (80,170,198). Sum of RGB (Red+Green+Blue) = 80+170+198=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #50AAC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAC6 is #AF5539. Grayscale: #929292. Windows color (decimal): -11490618 or 13019728. OLE color: 13019728.

HSL color Cylindrical-coordinate representation of color #50AAC6: hue angle of 194.24º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50AAC6 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 170 198 -
CMYK 0.60 0.14 0 0.22
HSL 194.24º 0.51% 0.55% -
HSV(B) 194.24º 0.6% 0.78% -
XYZ 27.88 34.53 58.62 -
YUV 146.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 80 170 198 0.60 0.14 0 0.22 194.24 0.51 0.55
Hex 50 AA C6 3C E 0 16 C2 33 37
Octal 120 252 306 74 16 0 26 302 63 67
Binary 1010000 10101010 11000110 111100 1110 0 10110 11000010 110011 110111

Color Harmonies of #50AAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAC6

Black with #50AAC6

Text Example


Text Example

White with #50AAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,198); }

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

background-color css

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

 a { background-color: rgb(80,170,198); }

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

border-color css

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

 span { border-color: rgb(80,170,198); }

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