#49c49e

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

Shades of Puerto Rico #49C49E

Tints of Puerto Rico #49C49E

Color information

#49C49E (or 0x49C49E) is unknown color: approx Puerto Rico. HEX triplet: 49, C4 and 9E. RGB value is (73,196,158). Sum of RGB (Red+Green+Blue) = 73+196+158=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #49C49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C49E is #B63B61. Grayscale: #9A9A9A. Windows color (decimal): -11942754 or 10404937. OLE color: 10404937.

HSL color Cylindrical-coordinate representation of color #49C49E: hue angle of 161.46º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C49E is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB73196158-
CMYK0.6300.190.23
HSL161.46º51.04%52.75%-
HSV(B)161.46º62.76%76.86%-
XYZ28.6643.3639.21-
YUV154.89129.7569.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.10%
GREEN value IS 196 (76.95% from 255) = 45.90%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=17.10%
G=45.90%
B=37.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal731961580.6300.190.23161.4651.0452.75
Hex49C49E3F01317a13335
Octal11130423677023272416365
Binary100100111000100100111101111110100111011110100001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49c49e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,196,158); }

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

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

 a { background-color: rgb(73,196,158); }

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

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

 span { border-color: rgb(73,196,158); }

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