#49B39B

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

Shades of Puerto Rico #49B39B

Tints of Puerto Rico #49B39B

Color information

#49B39B (or 0x49B39B) is unknown color: approx Puerto Rico. HEX triplet: 49, B3 and 9B. RGB value is (73,179,155). Sum of RGB (Red+Green+Blue) = 73+179+155=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #49B39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B39B is #B64C64. Grayscale: #909090. Windows color (decimal): -11947109 or 10203977. OLE color: 10203977.

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

Color convert

RGB73179155-
CMYK0.5900.130.30
HSL166.42º42.06%49.41%-
HSV(B)166.42º59.22%70.2%-
XYZ24.7836.0236.66-
YUV144.57133.8876.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.94%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=17.94%
G=43.98%
B=38.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731791550.5900.130.30166.4242.0649.41
Hex49B39B3B0D1Ea62a31
Octal11126323373015362465261
Binary10010011011001110011011111011011011111010100110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,179,155); }

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

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

 a { background-color: rgb(73,179,155); }

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

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

 span { border-color: rgb(73,179,155); }

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