#49BCB1

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

Shades of Puerto Rico #49BCB1

Tints of Puerto Rico #49BCB1

Color information

#49BCB1 (or 0x49BCB1) is unknown color: approx Puerto Rico. HEX triplet: 49, BC and B1. RGB value is (73,188,177). Sum of RGB (Red+Green+Blue) = 73+188+177=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #49BCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BCB1 is #B6434E. Grayscale: #989898. Windows color (decimal): -11944783 or 11648073. OLE color: 11648073.

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

Color convert

RGB73188177-
CMYK0.6100.060.26
HSL174.26º46.18%51.18%-
HSV(B)174.26º61.17%73.73%-
XYZ28.6740.5647.91-
YUV152.36141.971.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.67%
GREEN value IS 188 (73.83% from 255) = 42.92%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=16.67%
G=42.92%
B=40.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal731881770.6100.060.26174.2646.1851.18
Hex49BCB13D061Aae2e33
Octal1112742617506322565663
Binary1001001101111001011000111110101101101010101110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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