#49BDAE

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

Shades of Puerto Rico #49BDAE

Tints of Puerto Rico #49BDAE

Color information

#49BDAE (or 0x49BDAE) is unknown color: approx Puerto Rico. HEX triplet: 49, BD and AE. RGB value is (73,189,174). Sum of RGB (Red+Green+Blue) = 73+189+174=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #49BDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BDAE is #B64251. Grayscale: #989898. Windows color (decimal): -11944530 or 11451721. OLE color: 11451721.

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

Color convert

RGB73189174-
CMYK0.6100.080.26
HSL172.24º46.77%51.37%-
HSV(B)172.24º61.38%74.12%-
XYZ28.5940.8746.43-
YUV152.61140.0771.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.74%
GREEN value IS 189 (74.22% from 255) = 43.35%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=16.74%
G=43.35%
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.26
SystemRedGreenBlueCMYKHSL
Decimal731891740.6100.080.26172.2446.7751.37
Hex49BDAE3D081Aac2f33
Octal11127525675010322545763
Binary10010011011110110101110111101010001101010101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,189,174); }

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

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

 a { background-color: rgb(73,189,174); }

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

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

 span { border-color: rgb(73,189,174); }

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