#50C297

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

Shades of Puerto Rico #50C297

Tints of Puerto Rico #50C297

Color information

#50C297 (or 0x50C297) is unknown color: approx Puerto Rico. HEX triplet: 50, C2 and 97. RGB value is (80,194,151). Sum of RGB (Red+Green+Blue) = 80+194+151=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #50C297 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C297 is #AF3D68. Grayscale: #9B9B9B. Windows color (decimal): -11484521 or 9945680. OLE color: 9945680.

HSL color Cylindrical-coordinate representation of color #50C297: hue angle of 157.37º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C297 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB80194151-
CMYK0.5900.220.24
HSL157.37º48.31%53.73%-
HSV(B)157.37º58.76%76.08%-
XYZ28.1942.5236-
YUV155.01125.7374.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 194 (76.17% from 255) = 45.65%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=18.82%
G=45.65%
B=35.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801941510.5900.220.24157.3748.3153.73
Hex50C2973B016189d3036
Octal12030222773026302356066
Binary101000011000010100101111110110101101100010011101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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