#50ABC0

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

Shades of Viking #50ABC0

Tints of Viking #50ABC0

Color information

#50ABC0 (or 0x50ABC0) is unknown color: approx Viking. HEX triplet: 50, AB and C0. RGB value is (80,171,192). Sum of RGB (Red+Green+Blue) = 80+171+192=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #50ABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABC0 is #AF543F. Grayscale: #929292. Windows color (decimal): -11490368 or 12626768. OLE color: 12626768.

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

Color convert

RGB80171192-
CMYK0.580.1100.25
HSL191.25º47.06%53.33%-
HSV(B)191.25º58.33%75.29%-
XYZ27.3934.6455.11-
YUV146.18153.8580.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.06%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=18.06%
G=38.60%
B=43.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801711920.580.1100.25191.2547.0653.33
Hex50ABC03AB019bf2f35
Octal12025330072130312775765
Binary10100001010101111000000111010101101100110111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,192); }

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

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

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

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

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

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

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