#50B9C3

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

Shades of Viking #50B9C3

Tints of Viking #50B9C3

Color information

#50B9C3 (or 0x50B9C3) is unknown color: approx Viking. HEX triplet: 50, B9 and C3. RGB value is (80,185,195). Sum of RGB (Red+Green+Blue) = 80+185+195=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #50B9C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B9C3 is #AF463C. Grayscale: #9A9A9A. Windows color (decimal): -11486781 or 12826960. OLE color: 12826960.

HSL color Cylindrical-coordinate representation of color #50B9C3: hue angle of 185.22º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50B9C3 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80185195-
CMYK0.590.0500.24
HSL185.22º48.94%53.92%-
HSV(B)185.22º58.97%76.47%-
XYZ30.5140.3457.81-
YUV154.74150.7174.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.39%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 195 (76.56% from 255) = 42.39%
R=17.39%
G=40.22%
B=42.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801851950.590.0500.24185.2248.9453.92
Hex50B9C33B5018b93136
Octal1202713037350302716166
Binary1010000101110011100001111101110101100010111001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,195); }

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

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

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

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

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

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

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