#50B8BD

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

Shades of Viking #50B8BD

Tints of Viking #50B8BD

Color information

#50B8BD (or 0x50B8BD) is unknown color: approx Viking. HEX triplet: 50, B8 and BD. RGB value is (80,184,189). Sum of RGB (Red+Green+Blue) = 80+184+189=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #50B8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B8BD is #AF4742. Grayscale: #999999. Windows color (decimal): -11487043 or 12433488. OLE color: 12433488.

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

Color convert

RGB80184189-
CMYK0.580.0300.26
HSL182.75º45.23%52.75%-
HSV(B)182.75º57.67%74.12%-
XYZ29.6339.6654.24-
YUV153.47148.0475.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 184 (72.27% from 255) = 40.62%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=17.66%
G=40.62%
B=41.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801841890.580.0300.26182.7545.2352.75
Hex50B8BD3A301Ab72d35
Octal1202702757230322675565
Binary101000010111000101111011110101101101010110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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