#50B49E

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

Shades of Puerto Rico #50B49E

Tints of Puerto Rico #50B49E

Color information

#50B49E (or 0x50B49E) is unknown color: approx Puerto Rico. HEX triplet: 50, B4 and 9E. RGB value is (80,180,158). Sum of RGB (Red+Green+Blue) = 80+180+158=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #50B49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B49E is #AF4B61. Grayscale: #939393. Windows color (decimal): -11488098 or 10400848. OLE color: 10400848.

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

Color convert

RGB80180158-
CMYK0.5600.120.29
HSL166.8º40%50.98%-
HSV(B)166.8º55.56%70.59%-
XYZ25.836.8238.09-
YUV147.59133.8779.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=19.14%
G=43.06%
B=37.80%

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
Decimal801801580.5600.120.29166.84050.98
Hex50B49E380C1Da72833
Octal12026423670014352475063
Binary10100001011010010011110111000011001110110100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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