#49B3A1

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

Shades of Puerto Rico #49B3A1

Tints of Puerto Rico #49B3A1

Color information

#49B3A1 (or 0x49B3A1) is unknown color: approx Puerto Rico. HEX triplet: 49, B3 and A1. RGB value is (73,179,161). Sum of RGB (Red+Green+Blue) = 73+179+161=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #49B3A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B3A1 is #B64C5E. Grayscale: #919191. Windows color (decimal): -11947103 or 10597193. OLE color: 10597193.

HSL color Cylindrical-coordinate representation of color #49B3A1: hue angle of 169.81º 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 #49B3A1 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB73179161-
CMYK0.5900.100.30
HSL169.81º42.06%49.41%-
HSV(B)169.81º59.22%70.2%-
XYZ25.336.2339.38-
YUV145.25136.8876.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 179 (70.31% from 255) = 43.34%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=17.68%
G=43.34%
B=38.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731791610.5900.100.30169.8142.0649.41
Hex49B3A13B0A1Eaa2a31
Octal11126324173012362525261
Binary10010011011001110100001111011010101111010101010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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