#50B1BB

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

Shades of Viking #50B1BB

Tints of Viking #50B1BB

Color information

#50B1BB (or 0x50B1BB) is unknown color: approx Viking. HEX triplet: 50, B1 and BB. RGB value is (80,177,187). Sum of RGB (Red+Green+Blue) = 80+177+187=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #50B1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B1BB is #AF4E44. Grayscale: #959595. Windows color (decimal): -11488837 or 12300624. OLE color: 12300624.

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

Color convert

RGB80177187-
CMYK0.570.0500.27
HSL185.61º44.03%52.35%-
HSV(B)185.61º57.22%73.33%-
XYZ2836.7452.63-
YUV149.14149.3678.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.02%
GREEN value IS 177 (69.53% from 255) = 39.86%
BLUE value IS 187 (73.44% from 255) = 42.12%
R=18.02%
G=39.86%
B=42.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801771870.570.0500.27185.6144.0352.35
Hex50B1BB39501Bba2c34
Octal1202612737150332725464
Binary1010000101100011011101111100110101101110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,177,187); }

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

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

 a { background-color: rgb(80,177,187); }

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

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

 span { border-color: rgb(80,177,187); }

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