#49C3A9

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

Shades of Puerto Rico #49C3A9

Tints of Puerto Rico #49C3A9

Color information

#49C3A9 (or 0x49C3A9) is unknown color: approx Puerto Rico. HEX triplet: 49, C3 and A9. RGB value is (73,195,169). Sum of RGB (Red+Green+Blue) = 73+195+169=437 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.70% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #49C3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C3A9 is #B63C56. Grayscale: #9B9B9B. Windows color (decimal): -11942999 or 11125577. OLE color: 11125577.

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

Color convert

RGB73195169-
CMYK0.6300.130.24
HSL167.21º50.41%52.55%-
HSV(B)167.21º62.56%76.47%-
XYZ29.4243.3144.35-
YUV155.56135.5869.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.70%
GREEN value IS 195 (76.56% from 255) = 44.62%
BLUE value IS 169 (66.41% from 255) = 38.67%
R=16.70%
G=44.62%
B=38.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal731951690.6300.130.24167.2150.4152.55
Hex49C3A93F0D18a73235
Octal11130325177015302476265
Binary10010011100001110101001111111011011100010100111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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