#50BEC1

Color #50BEC1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #50BEC1

Tints of Viking #50BEC1

Color information

#50BEC1 (or 0x50BEC1) is unknown color: approx Viking. HEX triplet: 50, BE and C1. RGB value is (80,190,193). Sum of RGB (Red+Green+Blue) = 80+190+193=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #50BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEC1 is #AF413E. Grayscale: #9D9D9D. Windows color (decimal): -11485503 or 12697168. OLE color: 12697168.

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

Color convert

RGB80190193-
CMYK0.590.0200.24
HSL181.59º47.68%53.53%-
HSV(B)181.59º58.55%75.69%-
XYZ31.3542.3856.98-
YUV157.45148.0672.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.28%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=17.28%
G=41.04%
B=41.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801901930.590.0200.24181.5947.6853.53
Hex50BEC13B2018b63036
Octal1202763017320302666066
Binary101000010111110110000011110111001100010110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50BEC1;
 }
 .AnyTagClassName
 {
   color: #50BEC1;
 }
</style>
background-color css

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

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

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

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

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

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