#50BACA

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

Shades of Viking #50BACA

Tints of Viking #50BACA

Color information

#50BACA (or 0x50BACA) is unknown color: approx Viking. HEX triplet: 50, BA and CA. RGB value is (80,186,202). Sum of RGB (Red+Green+Blue) = 80+186+202=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #50BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50BACA is #AF4535. Grayscale: #9B9B9B. Windows color (decimal): -11486518 or 13285968. OLE color: 13285968.

HSL color Cylindrical-coordinate representation of color #50BACA: hue angle of 187.87º 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 #50BACA is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80186202-
CMYK0.600.0800.21
HSL187.87º53.51%55.29%-
HSV(B)187.87º60.4%79.22%-
XYZ31.5341.0962.15-
YUV156.13153.8873.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.09%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=17.09%
G=39.74%
B=43.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801862020.600.0800.21187.8753.5155.29
Hex50BACA3C8015bc3637
Octal12027231274100252746667
Binary10100001011101011001010111100100001010110111100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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