#49BAAC

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

Shades of Puerto Rico #49BAAC

Tints of Puerto Rico #49BAAC

Color information

#49BAAC (or 0x49BAAC) is unknown color: approx Puerto Rico. HEX triplet: 49, BA and AC. RGB value is (73,186,172). Sum of RGB (Red+Green+Blue) = 73+186+172=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #49BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BAAC is #B64553. Grayscale: #969696. Windows color (decimal): -11945300 or 11319881. OLE color: 11319881.

HSL color Cylindrical-coordinate representation of color #49BAAC: hue angle of 172.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BAAC is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB73186172-
CMYK0.6100.080.27
HSL172.57º45.02%50.78%-
HSV(B)172.57º60.75%72.94%-
XYZ27.7539.5145.19-
YUV150.62140.0672.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=16.94%
G=43.16%
B=39.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731861720.6100.080.27172.5745.0250.78
Hex49BAAC3D081Bad2d33
Octal11127225475010332555563
Binary10010011011101010101100111101010001101110101101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,186,172); }

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

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

 a { background-color: rgb(73,186,172); }

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

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

 span { border-color: rgb(73,186,172); }

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