#49B694

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

Shades of Puerto Rico #49B694

Tints of Puerto Rico #49B694

Color information

#49B694 (or 0x49B694) is unknown color: approx Puerto Rico. HEX triplet: 49, B6 and 94. RGB value is (73,182,148). Sum of RGB (Red+Green+Blue) = 73+182+148=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #49B694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B694 is #B6496B. Grayscale: #919191. Windows color (decimal): -11946348 or 9745993. OLE color: 9745993.

HSL color Cylindrical-coordinate representation of color #49B694: hue angle of 161.28º 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 #49B694 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB73182148-
CMYK0.6000.190.29
HSL161.28º42.75%50%-
HSV(B)161.28º59.89%71.37%-
XYZ24.8237.0133.85-
YUV145.53129.3976.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.11%
GREEN value IS 182 (71.48% from 255) = 45.16%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=18.11%
G=45.16%
B=36.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731821480.6000.190.29161.2842.7550
Hex49B6943C0131Da12b32
Octal11126622474023352415362
Binary100100110110110100101001111000100111110110100001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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