#50AC9E

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

Shades of Puerto Rico #50AC9E

Tints of Puerto Rico #50AC9E

Color information

#50AC9E (or 0x50AC9E) is unknown color: approx Puerto Rico. HEX triplet: 50, AC and 9E. RGB value is (80,172,158). Sum of RGB (Red+Green+Blue) = 80+172+158=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC9E is #AF5361. Grayscale: #8E8E8E. Windows color (decimal): -11490146 or 10398800. OLE color: 10398800.

HSL color Cylindrical-coordinate representation of color #50AC9E: hue angle of 170.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC9E is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB80172158-
CMYK0.5300.080.33
HSL170.87º36.51%49.41%-
HSV(B)170.87º53.49%67.45%-
XYZ24.2333.6837.57-
YUV142.9136.5283.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.51%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=19.51%
G=41.95%
B=38.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801721580.5300.080.33170.8736.5149.41
Hex50AC9E350821ab2531
Octal12025423665010412534561
Binary101000010101100100111101101010100010000110101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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