#50B2BF

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

Shades of Viking #50B2BF

Tints of Viking #50B2BF

Color information

#50B2BF (or 0x50B2BF) is unknown color: approx Viking. HEX triplet: 50, B2 and BF. RGB value is (80,178,191). Sum of RGB (Red+Green+Blue) = 80+178+191=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #50B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2BF is #AF4D40. Grayscale: #969696. Windows color (decimal): -11488577 or 12563024. OLE color: 12563024.

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

Color convert

RGB80178191-
CMYK0.580.0700.25
HSL187.03º46.44%53.14%-
HSV(B)187.03º58.12%74.9%-
XYZ28.6337.3154.98-
YUV150.18151.0377.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 191 (75% from 255) = 42.54%
R=17.82%
G=39.64%
B=42.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801781910.580.0700.25187.0346.4453.14
Hex50B2BF3A7019bb2e35
Octal1202622777270312735665
Binary1010000101100101011111111101011101100110111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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