#49B6B0

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

Shades of Puerto Rico #49B6B0

Tints of Puerto Rico #49B6B0

Color information

#49B6B0 (or 0x49B6B0) is unknown color: approx Puerto Rico. HEX triplet: 49, B6 and B0. RGB value is (73,182,176). Sum of RGB (Red+Green+Blue) = 73+182+176=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #49B6B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B6B0 is #B6494F. Grayscale: #949494. Windows color (decimal): -11946320 or 11581001. OLE color: 11581001.

HSL color Cylindrical-coordinate representation of color #49B6B0: hue angle of 176.7º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B6B0 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB73182176-
CMYK0.6000.030.29
HSL176.7º42.75%50%-
HSV(B)176.7º59.89%71.37%-
XYZ27.3138.0146.97-
YUV148.72143.3973.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.94%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=16.94%
G=42.23%
B=40.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821760.6000.030.29176.742.7550
Hex49B6B03C031Db12b32
Octal1112662607403352615362
Binary100100110110110101100001111000111110110110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,182,176); }

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

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

 a { background-color: rgb(73,182,176); }

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

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

 span { border-color: rgb(73,182,176); }

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