#50BABD

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

Shades of Viking #50BABD

Tints of Viking #50BABD

Color information

#50BABD (or 0x50BABD) is unknown color: approx Viking. HEX triplet: 50, BA and BD. RGB value is (80,186,189). Sum of RGB (Red+Green+Blue) = 80+186+189=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #50BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BABD is #AF4542. Grayscale: #9A9A9A. Windows color (decimal): -11486531 or 12434000. OLE color: 12434000.

HSL color Cylindrical-coordinate representation of color #50BABD: hue angle of 181.65º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BABD is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80186189-
CMYK0.580.0200.26
HSL181.65º45.23%52.75%-
HSV(B)181.65º57.67%74.12%-
XYZ30.0540.554.38-
YUV154.65147.3874.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.58%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=17.58%
G=40.88%
B=41.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801861890.580.0200.26181.6545.2352.75
Hex50BABD3A201Ab62d35
Octal1202722757220322665565
Binary101000010111010101111011110101001101010110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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