#49B3A9

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

Shades of Puerto Rico #49B3A9

Tints of Puerto Rico #49B3A9

Color information

#49B3A9 (or 0x49B3A9) is unknown color: approx Puerto Rico. HEX triplet: 49, B3 and A9. RGB value is (73,179,169). Sum of RGB (Red+Green+Blue) = 73+179+169=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 179 (70.31% from 255 or 42.52% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 179 - color contains mainly: green. Hex color #49B3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B3A9 is #B64C56. Grayscale: #929292. Windows color (decimal): -11947095 or 11121481. OLE color: 11121481.

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

Color convert

RGB73179169-
CMYK0.5900.060.30
HSL174.34º42.06%49.41%-
HSV(B)174.34º59.22%70.2%-
XYZ26.0336.5243.21-
YUV146.17140.8875.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 179 (70.31% from 255) = 42.52%
BLUE value IS 169 (66.41% from 255) = 40.14%
R=17.34%
G=42.52%
B=40.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal731791690.5900.060.30174.3442.0649.41
Hex49B3A93B061Eae2a31
Octal1112632517306362565261
Binary1001001101100111010100111101101101111010101110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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