#50BEBD

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

Shades of Viking #50BEBD

Tints of Viking #50BEBD

Color information

#50BEBD (or 0x50BEBD) is unknown color: approx Viking. HEX triplet: 50, BE and BD. RGB value is (80,190,189). Sum of RGB (Red+Green+Blue) = 80+190+189=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #50BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEBD is #AF4142. Grayscale: #9C9C9C. Windows color (decimal): -11485507 or 12435024. OLE color: 12435024.

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

Color convert

RGB80190189-
CMYK0.5800.010.25
HSL179.45º45.83%52.94%-
HSV(B)179.45º57.89%74.51%-
XYZ30.9142.2154.66-
YUV157146.0673.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.43%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 189 (74.22% from 255) = 41.18%
R=17.43%
G=41.39%
B=41.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801901890.5800.010.25179.4545.8352.94
Hex50BEBD3A0119b32e35
Octal1202762757201312635665
Binary10100001011111010111101111010011100110110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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