Html Css Color HEX #49B49E Puerto Rico

📋 copy color: '#49B49E'

red 73 ◦ green 180 ◦ blue 158

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

Shades of Puerto Rico #49B49E

Tints of Puerto Rico #49B49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 17.76%
G = 43.8%
B = 38.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#49B49E (or 0x49B49E) is known color: Puerto Rico. HEX triplet: 49, B4 and 9E. RGB value is (73,180,158). Sum of RGB (Red+Green+Blue) = 73+180+158=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #49B49E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B49E is #B64B61. Grayscale: #919191. Windows color (decimal): -11946850 or 10400841. OLE color: 10400841.

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

Color convert

RGB 73 180 158 -
CMYK 0.59 0 0.12 0.29
HSL 167.66º 0.42% 0.5% -
HSV(B) 167.66º 0.59% 0.71% -
XYZ 25.24 36.53 38.07 -
YUV 145.5 135.05 76.29 -
System Red Green Blue C M Y K H S L
Decimal 73 180 158 0.59 0 0.12 0.29 167.66 0.42 0.5
Hex 49 B4 9E 3B 0 C 1D A8 2A 32
Octal 111 264 236 73 0 14 35 250 52 62
Binary 1001001 10110100 10011110 111011 0 1100 11101 10101000 101010 110010

Color Harmonies of #49B49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B49E

Black with #49B49E

Text Example


Text Example

White with #49B49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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