#50AEA3

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

Shades of Puerto Rico #50AEA3

Tints of Puerto Rico #50AEA3

Color information

#50AEA3 (or 0x50AEA3) is unknown color: approx Puerto Rico. HEX triplet: 50, AE and A3. RGB value is (80,174,163). Sum of RGB (Red+Green+Blue) = 80+174+163=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #50AEA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEA3 is #AF515C. Grayscale: #909090. Windows color (decimal): -11489629 or 10726992. OLE color: 10726992.

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

Color convert

RGB80174163-
CMYK0.5400.060.32
HSL172.98º37.01%49.8%-
HSV(B)172.98º54.02%68.24%-
XYZ25.0634.6240.01-
YUV144.64138.3681.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 163 (64.06% from 255) = 39.09%
R=19.18%
G=41.73%
B=39.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741630.5400.060.32172.9837.0149.8
Hex50AEA3360620ad2532
Octal1202562436606402554562
Binary10100001010111010100011110110011010000010101101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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