#50B59C

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

Shades of Puerto Rico #50B59C

Tints of Puerto Rico #50B59C

Color information

#50B59C (or 0x50B59C) is unknown color: approx Puerto Rico. HEX triplet: 50, B5 and 9C. RGB value is (80,181,156). Sum of RGB (Red+Green+Blue) = 80+181+156=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 181 - color contains mainly: green. Hex color #50B59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B59C is #AF4A63. Grayscale: #939393. Windows color (decimal): -11487844 or 10270032. OLE color: 10270032.

HSL color Cylindrical-coordinate representation of color #50B59C: hue angle of 165.15º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B59C is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB80181156-
CMYK0.5600.140.29
HSL165.15º40.56%51.18%-
HSV(B)165.15º55.8%70.98%-
XYZ25.8337.1537.26-
YUV147.95132.5479.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 181 (71.09% from 255) = 43.41%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=19.18%
G=43.41%
B=37.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801811560.5600.140.29165.1540.5651.18
Hex50B59C380E1Da52933
Octal12026523470016352455163
Binary10100001011010110011100111000011101110110100101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,156); }

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

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

 a { background-color: rgb(80,181,156); }

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

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

 span { border-color: rgb(80,181,156); }

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