#50AEBA

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

Shades of Viking #50AEBA

Tints of Viking #50AEBA

Color information

#50AEBA (or 0x50AEBA) is unknown color: approx Viking. HEX triplet: 50, AE and BA. RGB value is (80,174,186). Sum of RGB (Red+Green+Blue) = 80+174+186=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #50AEBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AEBA is #AF5145. Grayscale: #939393. Windows color (decimal): -11489606 or 12234320. OLE color: 12234320.

HSL color Cylindrical-coordinate representation of color #50AEBA: hue angle of 186.79º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50AEBA is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80174186-
CMYK0.570.0600.27
HSL186.79º43.44%52.16%-
HSV(B)186.79º56.99%72.94%-
XYZ27.3135.5251.87-
YUV147.26149.8680.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=18.18%
G=39.55%
B=42.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801741860.570.0600.27186.7943.4452.16
Hex50AEBA39601Bbb2b34
Octal1202562727160332735364
Binary1010000101011101011101011100111001101110111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,186); }

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

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

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

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

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

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

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