#50B1A4

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

Shades of Puerto Rico #50B1A4

Tints of Puerto Rico #50B1A4

Color information

#50B1A4 (or 0x50B1A4) is unknown color: approx Puerto Rico. HEX triplet: 50, B1 and A4. RGB value is (80,177,164). Sum of RGB (Red+Green+Blue) = 80+177+164=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #50B1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B1A4 is #AF4E5B. Grayscale: #929292. Windows color (decimal): -11488860 or 10793296. OLE color: 10793296.

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

Color convert

RGB80177164-
CMYK0.5500.070.31
HSL171.96º38.34%50.39%-
HSV(B)171.96º54.8%69.41%-
XYZ25.7335.8340.68-
YUV146.52137.8680.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.00%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 164 (64.45% from 255) = 38.95%
R=19.00%
G=42.04%
B=38.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771640.5500.070.31171.9638.3450.39
Hex50B1A437071Fac2632
Octal1202612446707372544662
Binary1010000101100011010010011011101111111110101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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