Html Css Color HEX #49C39B Puerto Rico

📋 copy color: '#49C39B'

red 73 ◦ green 195 ◦ blue 155

#49C39B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #49C39B

Tints of Puerto Rico #49C39B

RGB

 RED value IS 73 (28.91% from 255) = 17.26%

 GREEN value IS 195 (76.56% from 255) = 46.1%

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 17.26%
G = 46.1%
B = 36.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#49C39B (or 0x49C39B) is known color: Puerto Rico. HEX triplet: 49, C3 and 9B. RGB value is (73,195,155). Sum of RGB (Red+Green+Blue) = 73+195+155=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #49C39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C39B is #B63C64. Grayscale: #9A9A9A. Windows color (decimal): -11943013 or 10208073. OLE color: 10208073.

HSL color Cylindrical-coordinate representation of color #49C39B: hue angle of 160.33º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C39B is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 155 -
CMYK 0.63 0 0.21 0.24
HSL 160.33º 0.5% 0.53% -
HSV(B) 160.33º 0.63% 0.76% -
XYZ 28.18 42.81 37.79 -
YUV 153.96 128.58 70.25 -
System Red Green Blue C M Y K H S L
Decimal 73 195 155 0.63 0 0.21 0.24 160.33 0.5 0.53
Hex 49 C3 9B 3F 0 15 18 A0 32 35
Octal 111 303 233 77 0 25 30 240 62 65
Binary 1001001 11000011 10011011 111111 0 10101 11000 10100000 110010 110101

Color Harmonies of #49C39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C39B

Black with #49C39B

Text Example


Text Example

White with #49C39B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,155); }

 H1.HeaderClassName
 {
   color: #49C39B;
 }
 .AnyTagClassName
 {
   color: #49C39B;
 }
</style>

background-color css

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

 a { background-color: rgb(73,195,155); }

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

border-color css

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

 span { border-color: rgb(73,195,155); }

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