#50CA9D

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

Shades of Puerto Rico #50CA9D

Tints of Puerto Rico #50CA9D

Color information

#50CA9D (or 0x50CA9D) is unknown color: approx Puerto Rico. HEX triplet: 50, CA and 9D. RGB value is (80,202,157). Sum of RGB (Red+Green+Blue) = 80+202+157=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA9D is #AF3562. Grayscale: #A0A0A0. Windows color (decimal): -11482467 or 10340944. OLE color: 10340944.

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

Color convert

RGB80202157-
CMYK0.6000.220.21
HSL157.87º53.51%55.29%-
HSV(B)157.87º60.4%79.22%-
XYZ30.5146.3839.24-
YUV160.39126.0870.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.22%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=18.22%
G=46.01%
B=35.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021570.6000.220.21157.8753.5155.29
Hex50CA9D3C016159e3637
Octal12031223574026252366667
Binary101000011001010100111011111000101101010110011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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