#50B2CA

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

Shades of Viking #50B2CA

Tints of Viking #50B2CA

Color information

#50B2CA (or 0x50B2CA) is unknown color: approx Viking. HEX triplet: 50, B2 and CA. RGB value is (80,178,202). Sum of RGB (Red+Green+Blue) = 80+178+202=460 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.39% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #50B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50B2CA is #AF4D35. Grayscale: #979797. Windows color (decimal): -11488566 or 13283920. OLE color: 13283920.

HSL color Cylindrical-coordinate representation of color #50B2CA: hue angle of 191.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50B2CA is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80178202-
CMYK0.600.1200.21
HSL191.8º53.51%55.29%-
HSV(B)191.8º60.4%79.22%-
XYZ29.8937.8161.6-
YUV151.43156.5377.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.39%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=17.39%
G=38.70%
B=43.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801782020.600.1200.21191.853.5155.29
Hex50B2CA3CC015c03637
Octal12026231274140253006667
Binary10100001011001011001010111100110001010111000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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