#49A79B

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

Shades of Puerto Rico #49A79B

Tints of Puerto Rico #49A79B

Color information

#49A79B (or 0x49A79B) is unknown color: approx Puerto Rico. HEX triplet: 49, A7 and 9B. RGB value is (73,167,155). Sum of RGB (Red+Green+Blue) = 73+167+155=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #49A79B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A79B is #B65864. Grayscale: #898989. Windows color (decimal): -11950181 or 10200905. OLE color: 10200905.

HSL color Cylindrical-coordinate representation of color #49A79B: hue angle of 172.34º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A79B is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB73167155-
CMYK0.5600.070.35
HSL172.34º39.17%47.06%-
HSV(B)172.34º56.29%65.49%-
XYZ22.4831.4235.89-
YUV137.53137.8681.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=18.48%
G=42.28%
B=39.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731671550.5600.070.35172.3439.1747.06
Hex49A79B380723ac272f
Octal1112472337007432544757
Binary10010011010011110011011111000011110001110101100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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