#50C39A

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

Shades of Puerto Rico #50C39A

Tints of Puerto Rico #50C39A

Color information

#50C39A (or 0x50C39A) is unknown color: approx Puerto Rico. HEX triplet: 50, C3 and 9A. RGB value is (80,195,154). Sum of RGB (Red+Green+Blue) = 80+195+154=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #50C39A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C39A is #AF3C65. Grayscale: #9B9B9B. Windows color (decimal): -11484262 or 10142544. OLE color: 10142544.

HSL color Cylindrical-coordinate representation of color #50C39A: hue angle of 158.61º degrees, saturation: 0.49, 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 #50C39A is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB80195154-
CMYK0.5900.210.24
HSL158.61º48.94%53.92%-
HSV(B)158.61º58.97%76.47%-
XYZ28.6643.0737.37-
YUV155.94126.973.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=18.65%
G=45.45%
B=35.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951540.5900.210.24158.6148.9453.92
Hex50C39A3B015189f3136
Octal12030323273025302376166
Binary101000011000011100110101110110101011100010011111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,195,154); }

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

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

 a { background-color: rgb(80,195,154); }

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

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

 span { border-color: rgb(80,195,154); }

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