Html Css Color HEX #50BEC0 Viking

📋 copy color: '#50BEC0'

red 80 ◦ green 190 ◦ blue 192

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

Shades of Viking #50BEC0

Tints of Viking #50BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.13%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 17.32%
G = 41.13%
B = 41.56%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50BEC0 (or 0x50BEC0) is known color: Viking. HEX triplet: 50, BE and C0. RGB value is (80,190,192). Sum of RGB (Red+Green+Blue) = 80+190+192=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #50BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEC0 is #AF413F. Grayscale: #9D9D9D. Windows color (decimal): -11485504 or 12631632. OLE color: 12631632.

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

Color convert

RGB 80 190 192 -
CMYK 0.58 0.01 0 0.25
HSL 181.07º 0.47% 0.53% -
HSV(B) 181.07º 0.58% 0.75% -
XYZ 31.24 42.34 56.39 -
YUV 157.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 80 190 192 0.58 0.01 0 0.25 181.07 0.47 0.53
Hex 50 BE C0 3A 1 0 19 B5 2F 35
Octal 120 276 300 72 1 0 31 265 57 65
Binary 1010000 10111110 11000000 111010 1 0 11001 10110101 101111 110101

Color Harmonies of #50BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BEC0

Black with #50BEC0

Text Example


Text Example

White with #50BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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