#50B3BA

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

Shades of Viking #50B3BA

Tints of Viking #50B3BA

Color information

#50B3BA (or 0x50B3BA) is unknown color: approx Viking. HEX triplet: 50, B3 and BA. RGB value is (80,179,186). Sum of RGB (Red+Green+Blue) = 80+179+186=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #50B3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B3BA is #AF4C45. Grayscale: #969696. Windows color (decimal): -11488326 or 12235600. OLE color: 12235600.

HSL color Cylindrical-coordinate representation of color #50B3BA: hue angle of 183.96º 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 #50B3BA is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80179186-
CMYK0.570.0400.27
HSL183.96º43.44%52.16%-
HSV(B)183.96º56.99%72.94%-
XYZ28.2937.4952.2-
YUV150.2148.277.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.98%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=17.98%
G=40.22%
B=41.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801791860.570.0400.27183.9643.4452.16
Hex50B3BA39401Bb82b34
Octal1202632727140332705364
Binary1010000101100111011101011100110001101110111000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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