#50AEA8

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

Shades of Puerto Rico #50AEA8

Tints of Puerto Rico #50AEA8

Color information

#50AEA8 (or 0x50AEA8) is unknown color: approx Puerto Rico. HEX triplet: 50, AE and A8. RGB value is (80,174,168). Sum of RGB (Red+Green+Blue) = 80+174+168=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #50AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEA8 is #AF5157. Grayscale: #919191. Windows color (decimal): -11489624 or 11054672. OLE color: 11054672.

HSL color Cylindrical-coordinate representation of color #50AEA8: hue angle of 176.17º 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 #50AEA8 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB80174168-
CMYK0.5400.030.32
HSL176.17º37.01%49.8%-
HSV(B)176.17º54.02%68.24%-
XYZ25.5134.842.42-
YUV145.21140.8681.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=18.96%
G=41.23%
B=39.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741680.5400.030.32176.1737.0149.8
Hex50AEA8360320b02532
Octal1202562506603402604562
Binary1010000101011101010100011011001110000010110000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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