#49B1AB

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

Shades of Puerto Rico #49B1AB

Tints of Puerto Rico #49B1AB

Color information

#49B1AB (or 0x49B1AB) is unknown color: approx Puerto Rico. HEX triplet: 49, B1 and AB. RGB value is (73,177,171). Sum of RGB (Red+Green+Blue) = 73+177+171=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #49B1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B1AB is #B64E54. Grayscale: #919191. Windows color (decimal): -11947605 or 11252041. OLE color: 11252041.

HSL color Cylindrical-coordinate representation of color #49B1AB: hue angle of 176.54º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B1AB is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB73177171-
CMYK0.5900.030.31
HSL176.54º41.6%49.02%-
HSV(B)176.54º58.76%69.41%-
XYZ25.8235.844.08-
YUV145.22142.5476.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.34%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=17.34%
G=42.04%
B=40.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731771710.5900.030.31176.5441.649.02
Hex49B1AB3B031Fb12a31
Octal1112612537303372615261
Binary100100110110001101010111110110111111110110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,177,171); }

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

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

 a { background-color: rgb(73,177,171); }

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

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

 span { border-color: rgb(73,177,171); }

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