Html Css Color HEX #49B49C Puerto Rico

📋 copy color: '#49B49C'

red 73 ◦ green 180 ◦ blue 156

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

Shades of Puerto Rico #49B49C

Tints of Puerto Rico #49B49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.01%

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 17.85%
G = 44.01%
B = 38.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#49B49C (or 0x49B49C) is known color: Puerto Rico. HEX triplet: 49, B4 and 9C. RGB value is (73,180,156). Sum of RGB (Red+Green+Blue) = 73+180+156=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #49B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B49C is #B64B63. Grayscale: #919191. Windows color (decimal): -11946852 or 10269769. OLE color: 10269769.

HSL color Cylindrical-coordinate representation of color #49B49C: hue angle of 166.54º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B49C is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 156 -
CMYK 0.59 0 0.13 0.29
HSL 166.54º 0.42% 0.5% -
HSV(B) 166.54º 0.59% 0.71% -
XYZ 25.07 36.46 37.17 -
YUV 145.27 134.05 76.45 -
System Red Green Blue C M Y K H S L
Decimal 73 180 156 0.59 0 0.13 0.29 166.54 0.42 0.5
Hex 49 B4 9C 3B 0 D 1D A7 2A 32
Octal 111 264 234 73 0 15 35 247 52 62
Binary 1001001 10110100 10011100 111011 0 1101 11101 10100111 101010 110010

Color Harmonies of #49B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B49C

Black with #49B49C

Text Example


Text Example

White with #49B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,180,156); }

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

background-color css

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

 a { background-color: rgb(73,180,156); }

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

border-color css

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

 span { border-color: rgb(73,180,156); }

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