#50B19B

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

Shades of Puerto Rico #50B19B

Tints of Puerto Rico #50B19B

Color information

#50B19B (or 0x50B19B) is unknown color: approx Puerto Rico. HEX triplet: 50, B1 and 9B. RGB value is (80,177,155). Sum of RGB (Red+Green+Blue) = 80+177+155=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 177 - color contains mainly: green. Hex color #50B19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B19B is #AF4E64. Grayscale: #919191. Windows color (decimal): -11488869 or 10203472. OLE color: 10203472.

HSL color Cylindrical-coordinate representation of color #50B19B: hue angle of 166.39º 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 #50B19B is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB80177155-
CMYK0.5500.120.31
HSL166.39º38.34%50.39%-
HSV(B)166.39º54.8%69.41%-
XYZ24.9535.5236.55-
YUV145.49133.3681.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.42%
GREEN value IS 177 (69.53% from 255) = 42.96%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=19.42%
G=42.96%
B=37.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771550.5500.120.31166.3938.3450.39
Hex50B19B370C1Fa62632
Octal12026123367014372464662
Binary10100001011000110011011110111011001111110100110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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