#50b7c3

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

Shades of Viking #50B7C3

Tints of Viking #50B7C3

Color information

#50B7C3 (or 0x50B7C3) is unknown color: approx Viking. HEX triplet: 50, B7 and C3. RGB value is (80,183,195). Sum of RGB (Red+Green+Blue) = 80+183+195=458 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.47% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #50B7C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B7C3 is #AF483C. Grayscale: #999999. Windows color (decimal): -11487293 or 12826448. OLE color: 12826448.

HSL color Cylindrical-coordinate representation of color #50B7C3: hue angle of 186.26º 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 #50B7C3 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80183195-
CMYK0.590.0600.24
HSL186.26º48.94%53.92%-
HSV(B)186.26º58.97%76.47%-
XYZ30.0939.5157.67-
YUV153.57151.3875.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.47%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=17.47%
G=39.96%
B=42.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801831950.590.0600.24186.2648.9453.92
Hex50B7C33B6018ba3136
Octal1202673037360302726166
Binary1010000101101111100001111101111001100010111010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50b7c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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