#50B8BF

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

Shades of Viking #50B8BF

Tints of Viking #50B8BF

Color information

#50B8BF (or 0x50B8BF) is unknown color: approx Viking. HEX triplet: 50, B8 and BF. RGB value is (80,184,191). Sum of RGB (Red+Green+Blue) = 80+184+191=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #50B8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B8BF is #AF4740. Grayscale: #999999. Windows color (decimal): -11487041 or 12564560. OLE color: 12564560.

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

Color convert

RGB80184191-
CMYK0.580.0400.25
HSL183.78º46.44%53.14%-
HSV(B)183.78º58.12%74.9%-
XYZ29.8539.7555.39-
YUV153.7149.0475.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.58%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 191 (75% from 255) = 41.98%
R=17.58%
G=40.44%
B=41.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801841910.580.0400.25183.7846.4453.14
Hex50B8BF3A4019b82e35
Octal1202702777240312705665
Binary1010000101110001011111111101010001100110111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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