#50B19A

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

Shades of Puerto Rico #50B19A

Tints of Puerto Rico #50B19A

Color information

#50B19A (or 0x50B19A) is unknown color: approx Puerto Rico. HEX triplet: 50, B1 and 9A. RGB value is (80,177,154). Sum of RGB (Red+Green+Blue) = 80+177+154=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #50B19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B19A is #AF4E65. Grayscale: #919191. Windows color (decimal): -11488870 or 10137936. OLE color: 10137936.

HSL color Cylindrical-coordinate representation of color #50B19A: hue angle of 165.77º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B19A is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB80177154-
CMYK0.5500.130.31
HSL165.77º38.34%50.39%-
HSV(B)165.77º54.8%69.41%-
XYZ24.8635.4836.11-
YUV145.38132.8681.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 154 (60.55% from 255) = 37.47%
R=19.46%
G=43.07%
B=37.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771540.5500.130.31165.7738.3450.39
Hex50B19A370D1Fa62632
Octal12026123267015372464662
Binary10100001011000110011010110111011011111110100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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