#50C6A2

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

Shades of Puerto Rico #50C6A2

Tints of Puerto Rico #50C6A2

Color information

#50C6A2 (or 0x50C6A2) is unknown color: approx Puerto Rico. HEX triplet: 50, C6 and A2. RGB value is (80,198,162). Sum of RGB (Red+Green+Blue) = 80+198+162=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 198 - color contains mainly: green. Hex color #50C6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C6A2 is #AF395D. Grayscale: #9E9E9E. Windows color (decimal): -11483486 or 10667600. OLE color: 10667600.

HSL color Cylindrical-coordinate representation of color #50C6A2: hue angle of 161.69º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C6A2 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB80198162-
CMYK0.6000.180.22
HSL161.69º50.86%54.51%-
HSV(B)161.69º59.6%77.65%-
XYZ30.0244.741.23-
YUV158.61129.9171.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.18%
GREEN value IS 198 (77.73% from 255) = 45%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=18.18%
G=45%
B=36.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801981620.6000.180.22161.6950.8654.51
Hex50C6A23C01216a23337
Octal12030624274022262426367
Binary101000011000110101000101111000100101011010100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,162); }

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

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

 a { background-color: rgb(80,198,162); }

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

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

 span { border-color: rgb(80,198,162); }

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