#50C2D5

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

Shades of Viking #50C2D5

Tints of Viking #50C2D5

Color information

#50C2D5 (or 0x50C2D5) is unknown color: approx Viking. HEX triplet: 50, C2 and D5. RGB value is (80,194,213). Sum of RGB (Red+Green+Blue) = 80+194+213=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #50C2D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C2D5 is #AF3D2A. Grayscale: #A1A1A1. Windows color (decimal): -11484459 or 14008912. OLE color: 14008912.

HSL color Cylindrical-coordinate representation of color #50C2D5: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50C2D5 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB80194213-
CMYK0.620.0900.16
HSL188.57º61.29%57.45%-
HSV(B)188.57º62.44%83.53%-
XYZ34.6145.0969.83-
YUV162.08156.7369.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 16.43%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=16.43%
G=39.84%
B=43.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal801942130.620.0900.16188.5761.2957.45
Hex50C2D53E9010bd3d39
Octal12030232576110202757571
Binary10100001100001011010101111110100101000010111101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,194,213); }

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

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

 a { background-color: rgb(80,194,213); }

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

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

 span { border-color: rgb(80,194,213); }

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