#49B1A1

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

Shades of Puerto Rico #49B1A1

Tints of Puerto Rico #49B1A1

Color information

#49B1A1 (or 0x49B1A1) is unknown color: approx Puerto Rico. HEX triplet: 49, B1 and A1. RGB value is (73,177,161). Sum of RGB (Red+Green+Blue) = 73+177+161=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 177 (69.53% from 255 or 43.07% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 177 - color contains mainly: green. Hex color #49B1A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B1A1 is #B64E5E. Grayscale: #909090. Windows color (decimal): -11947615 or 10596681. OLE color: 10596681.

HSL color Cylindrical-coordinate representation of color #49B1A1: hue angle of 170.77º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B1A1 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB73177161-
CMYK0.5900.090.31
HSL170.77º41.6%49.02%-
HSV(B)170.77º58.76%69.41%-
XYZ24.935.4339.25-
YUV144.08137.5477.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 177 (69.53% from 255) = 43.07%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=17.76%
G=43.07%
B=39.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731771610.5900.090.31170.7741.649.02
Hex49B1A13B091Fab2a31
Octal11126124173011372535261
Binary10010011011000110100001111011010011111110101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,177,161); }

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

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

 a { background-color: rgb(73,177,161); }

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

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

 span { border-color: rgb(73,177,161); }

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