#50AEAA

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

Shades of Puerto Rico #50AEAA

Tints of Puerto Rico #50AEAA

Color information

#50AEAA (or 0x50AEAA) is unknown color: approx Puerto Rico. HEX triplet: 50, AE and AA. RGB value is (80,174,170). Sum of RGB (Red+Green+Blue) = 80+174+170=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #50AEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEAA is #AF5155. Grayscale: #919191. Windows color (decimal): -11489622 or 11185744. OLE color: 11185744.

HSL color Cylindrical-coordinate representation of color #50AEAA: hue angle of 177.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AEAA is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB80174170-
CMYK0.5400.020.32
HSL177.45º37.01%49.8%-
HSV(B)177.45º54.02%68.24%-
XYZ25.734.8843.41-
YUV145.44141.8681.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=18.87%
G=41.04%
B=40.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741700.5400.020.32177.4537.0149.8
Hex50AEAA360220b12532
Octal1202562526602402614562
Binary1010000101011101010101011011001010000010110001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,174,170); }

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

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

 a { background-color: rgb(80,174,170); }

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

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

 span { border-color: rgb(80,174,170); }

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