#49CAA2

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

Shades of Puerto Rico #49CAA2

Tints of Puerto Rico #49CAA2

Color information

#49CAA2 (or 0x49CAA2) is unknown color: approx Puerto Rico. HEX triplet: 49, CA and A2. RGB value is (73,202,162). Sum of RGB (Red+Green+Blue) = 73+202+162=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #49CAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CAA2 is #B6355D. Grayscale: #9E9E9E. Windows color (decimal): -11941214 or 10668617. OLE color: 10668617.

HSL color Cylindrical-coordinate representation of color #49CAA2: hue angle of 161.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CAA2 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB73202162-
CMYK0.6400.200.21
HSL161.4º54.89%53.92%-
HSV(B)161.4º63.86%79.22%-
XYZ30.3946.2741.51-
YUV158.87129.7666.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.70%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 162 (63.67% from 255) = 37.07%
R=16.70%
G=46.22%
B=37.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732021620.6400.200.21161.454.8953.92
Hex49CAA24001415a13736
Octal111312242100024252416766
Binary1001001110010101010001010000000101001010110100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,202,162); }

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

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

 a { background-color: rgb(73,202,162); }

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

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

 span { border-color: rgb(73,202,162); }

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