Html Css Color HEX #50A8BE Viking

📋 copy color: '#50A8BE'

red 80 ◦ green 168 ◦ blue 190

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

Shades of Viking #50A8BE

Tints of Viking #50A8BE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.36%

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 18.26%
G = 38.36%
B = 43.38%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50A8BE (or 0x50A8BE) is known color: Viking. HEX triplet: 50, A8 and BE. RGB value is (80,168,190). Sum of RGB (Red+Green+Blue) = 80+168+190=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #50A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A8BE is #AF5741. Grayscale: #909090. Windows color (decimal): -11491138 or 12494928. OLE color: 12494928.

HSL color Cylindrical-coordinate representation of color #50A8BE: hue angle of 192º degrees, saturation: 0.46, 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 #50A8BE is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 168 190 -
CMYK 0.58 0.12 0 0.25
HSL 192º 0.46% 0.53% -
HSV(B) 192º 0.58% 0.75% -
XYZ 26.61 33.43 53.77 -
YUV 144.2 153.85 82.21 -
System Red Green Blue C M Y K H S L
Decimal 80 168 190 0.58 0.12 0 0.25 192 0.46 0.53
Hex 50 A8 BE 3A C 0 19 C0 2E 35
Octal 120 250 276 72 14 0 31 300 56 65
Binary 1010000 10101000 10111110 111010 1100 0 11001 11000000 101110 110101

Color Harmonies of #50A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A8BE

Black with #50A8BE

Text Example


Text Example

White with #50A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,168,190); }

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

background-color css

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

 a { background-color: rgb(80,168,190); }

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

border-color css

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

 span { border-color: rgb(80,168,190); }

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