#49C29C

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

Shades of Puerto Rico #49C29C

Tints of Puerto Rico #49C29C

Color information

#49C29C (or 0x49C29C) is unknown color: approx Puerto Rico. HEX triplet: 49, C2 and 9C. RGB value is (73,194,156). Sum of RGB (Red+Green+Blue) = 73+194+156=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #49C29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C29C is #B63D63. Grayscale: #999999. Windows color (decimal): -11943268 or 10273353. OLE color: 10273353.

HSL color Cylindrical-coordinate representation of color #49C29C: hue angle of 161.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C29C is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB73194156-
CMYK0.6200.200.24
HSL161.16º49.79%52.35%-
HSV(B)161.16º62.37%76.08%-
XYZ28.0442.438.16-
YUV153.49129.4170.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=17.26%
G=45.86%
B=36.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731941560.6200.200.24161.1649.7952.35
Hex49C29C3E01418a13234
Octal11130223476024302416264
Binary100100111000010100111001111100101001100010100001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,194,156); }

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

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

 a { background-color: rgb(73,194,156); }

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

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

 span { border-color: rgb(73,194,156); }

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