#50BEBE

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

Shades of Viking #50BEBE

Tints of Viking #50BEBE

Color information

#50BEBE (or 0x50BEBE) is unknown color: approx Viking. HEX triplet: 50, BE and BE. RGB value is (80,190,190). Sum of RGB (Red+Green+Blue) = 80+190+190=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #50BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BEBE is #AF4141. Grayscale: #9D9D9D. Windows color (decimal): -11485506 or 12500560. OLE color: 12500560.

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

Color convert

RGB80190190-
CMYK0.58000.25
HSL180º45.83%52.94%-
HSV(B)180º57.89%74.51%-
XYZ31.0242.2555.24-
YUV157.11146.5673-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.39%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=17.39%
G=41.30%
B=41.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801901900.58000.2518045.8352.94
Hex50BEBE3A0019b42e35
Octal1202762767200312645665
Binary10100001011111010111110111010001100110110100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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