#50AEBE

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

Shades of Viking #50AEBE

Tints of Viking #50AEBE

Color information

#50AEBE (or 0x50AEBE) is unknown color: approx Viking. HEX triplet: 50, AE and BE. RGB value is (80,174,190). Sum of RGB (Red+Green+Blue) = 80+174+190=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #50AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AEBE is #AF5141. Grayscale: #939393. Windows color (decimal): -11489602 or 12496464. OLE color: 12496464.

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

Color convert

RGB80174190-
CMYK0.580.0800.25
HSL188.73º45.83%52.94%-
HSV(B)188.73º57.89%74.51%-
XYZ27.7435.754.14-
YUV147.72151.8679.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.02%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=18.02%
G=39.19%
B=42.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801741900.580.0800.25188.7345.8352.94
Hex50AEBE3A8019bd2e35
Octal12025627672100312755665
Binary10100001010111010111110111010100001100110111101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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