#50B9A1

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

Shades of Puerto Rico #50B9A1

Tints of Puerto Rico #50B9A1

Color information

#50B9A1 (or 0x50B9A1) is unknown color: approx Puerto Rico. HEX triplet: 50, B9 and A1. RGB value is (80,185,161). Sum of RGB (Red+Green+Blue) = 80+185+161=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #50B9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B9A1 is #AF465E. Grayscale: #969696. Windows color (decimal): -11486815 or 10598736. OLE color: 10598736.

HSL color Cylindrical-coordinate representation of color #50B9A1: hue angle of 166.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B9A1 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB80185161-
CMYK0.5700.130.27
HSL166.29º42.86%51.96%-
HSV(B)166.29º56.76%72.55%-
XYZ27.0938.9839.81-
YUV150.87133.7177.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.78%
GREEN value IS 185 (72.66% from 255) = 43.43%
BLUE value IS 161 (63.28% from 255) = 37.79%
R=18.78%
G=43.43%
B=37.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851610.5700.130.27166.2942.8651.96
Hex50B9A1390D1Ba62b34
Octal12027124171015332465364
Binary10100001011100110100001111001011011101110100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,161); }

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

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

 a { background-color: rgb(80,185,161); }

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

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

 span { border-color: rgb(80,185,161); }

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