#49BBAA

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

Shades of Puerto Rico #49BBAA

Tints of Puerto Rico #49BBAA

Color information

#49BBAA (or 0x49BBAA) is unknown color: approx Puerto Rico. HEX triplet: 49, BB and AA. RGB value is (73,187,170). Sum of RGB (Red+Green+Blue) = 73+187+170=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #49BBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BBAA is #B64455. Grayscale: #969696. Windows color (decimal): -11945046 or 11189065. OLE color: 11189065.

HSL color Cylindrical-coordinate representation of color #49BBAA: hue angle of 171.05º degrees, saturation: 0.46, 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 #49BBAA is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB73187170-
CMYK0.6100.090.27
HSL171.05º45.6%50.98%-
HSV(B)171.05º60.96%73.33%-
XYZ27.7739.8644.26-
YUV150.98138.7372.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.98%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=16.98%
G=43.49%
B=39.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731871700.6100.090.27171.0545.650.98
Hex49BBAA3D091Bab2e33
Octal11127325275011332535663
Binary10010011011101110101010111101010011101110101011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,187,170); }

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

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

 a { background-color: rgb(73,187,170); }

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

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

 span { border-color: rgb(73,187,170); }

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