#50B49F

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

Shades of Puerto Rico #50B49F

Tints of Puerto Rico #50B49F

Color information

#50B49F (or 0x50B49F) is unknown color: approx Puerto Rico. HEX triplet: 50, B4 and 9F. RGB value is (80,180,159). Sum of RGB (Red+Green+Blue) = 80+180+159=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #50B49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B49F is #AF4B60. Grayscale: #939393. Windows color (decimal): -11488097 or 10466384. OLE color: 10466384.

HSL color Cylindrical-coordinate representation of color #50B49F: hue angle of 167.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B49F is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB80180159-
CMYK0.5600.120.29
HSL167.4º40%50.98%-
HSV(B)167.4º55.56%70.59%-
XYZ25.8936.8538.55-
YUV147.71134.3779.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.09%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=19.09%
G=42.96%
B=37.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801801590.5600.120.29167.44050.98
Hex50B49F380C1Da72833
Octal12026423770014352475063
Binary10100001011010010011111111000011001110110100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,159); }

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

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

 a { background-color: rgb(80,180,159); }

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

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

 span { border-color: rgb(80,180,159); }

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