#49BB9D

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

Shades of Puerto Rico #49BB9D

Tints of Puerto Rico #49BB9D

Color information

#49BB9D (or 0x49BB9D) is unknown color: approx Puerto Rico. HEX triplet: 49, BB and 9D. RGB value is (73,187,157). Sum of RGB (Red+Green+Blue) = 73+187+157=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB9D is #B64462. Grayscale: #959595. Windows color (decimal): -11945059 or 10337097. OLE color: 10337097.

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

Color convert

RGB73187157-
CMYK0.6100.160.27
HSL164.21º45.6%50.98%-
HSV(B)164.21º60.96%73.33%-
XYZ26.639.3938.1-
YUV149.49132.2373.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 157 (61.72% from 255) = 37.65%
R=17.51%
G=44.84%
B=37.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731871570.6100.160.27164.2145.650.98
Hex49BB9D3D0101Ba42e33
Octal11127323575020332445663
Binary100100110111011100111011111010100001101110100100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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