#50B19C

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

Shades of Puerto Rico #50B19C

Tints of Puerto Rico #50B19C

Color information

#50B19C (or 0x50B19C) is unknown color: approx Puerto Rico. HEX triplet: 50, B1 and 9C. RGB value is (80,177,156). Sum of RGB (Red+Green+Blue) = 80+177+156=413 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.37% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #50B19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B19C is #AF4E63. Grayscale: #919191. Windows color (decimal): -11488868 or 10269008. OLE color: 10269008.

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

Color convert

RGB80177156-
CMYK0.5500.120.31
HSL167.01º38.34%50.39%-
HSV(B)167.01º54.8%69.41%-
XYZ25.0335.5537-
YUV145.6133.8681.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.37%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=19.37%
G=42.86%
B=37.77%

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
Decimal801771560.5500.120.31167.0138.3450.39
Hex50B19C370C1Fa72632
Octal12026123467014372474662
Binary10100001011000110011100110111011001111110100111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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