#50B3BF

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

Shades of Viking #50B3BF

Tints of Viking #50B3BF

Color information

#50B3BF (or 0x50B3BF) is unknown color: approx Viking. HEX triplet: 50, B3 and BF. RGB value is (80,179,191). Sum of RGB (Red+Green+Blue) = 80+179+191=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #50B3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B3BF is #AF4C40. Grayscale: #969696. Windows color (decimal): -11488321 or 12563280. OLE color: 12563280.

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

Color convert

RGB80179191-
CMYK0.580.0600.25
HSL186.49º46.44%53.14%-
HSV(B)186.49º58.12%74.9%-
XYZ28.8337.7155.05-
YUV150.77150.777.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.78%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 191 (75% from 255) = 42.44%
R=17.78%
G=39.78%
B=42.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801791910.580.0600.25186.4946.4453.14
Hex50B3BF3A6019ba2e35
Octal1202632777260312725665
Binary1010000101100111011111111101011001100110111010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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