#49AEA9

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

Shades of Puerto Rico #49AEA9

Tints of Puerto Rico #49AEA9

Color information

#49AEA9 (or 0x49AEA9) is unknown color: approx Puerto Rico. HEX triplet: 49, AE and A9. RGB value is (73,174,169). Sum of RGB (Red+Green+Blue) = 73+174+169=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 174 (68.36% from 255 or 41.83% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 174 - color contains mainly: green. Hex color #49AEA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AEA9 is #B65156. Grayscale: #8F8F8F. Windows color (decimal): -11948375 or 11120201. OLE color: 11120201.

HSL color Cylindrical-coordinate representation of color #49AEA9: hue angle of 177.03º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AEA9 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB73174169-
CMYK0.5800.030.32
HSL177.03º40.89%48.43%-
HSV(B)177.03º58.05%68.24%-
XYZ25.0534.5542.89-
YUV143.23142.5477.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 174 (68.36% from 255) = 41.83%
BLUE value IS 169 (66.41% from 255) = 40.62%
R=17.55%
G=41.83%
B=40.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741690.5800.030.32177.0340.8948.43
Hex49AEA93A0320b12930
Octal1112562517203402615160
Binary1001001101011101010100111101001110000010110001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AEA9; }

 p { color: rgb(73,174,169); }

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

<style>
 a { background-color: #49AEA9; }

 a { background-color: rgb(73,174,169); }

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

<style>
 span { border-color: #49AEA9; }

 span { border-color: rgb(73,174,169); }

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