Html Css Color HEX #49B498 Puerto Rico

📋 copy color: '#49B498'

red 73 ◦ green 180 ◦ blue 152

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

Shades of Puerto Rico #49B498

Tints of Puerto Rico #49B498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.53%

R = 18.02%
G = 44.44%
B = 37.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#49B498 (or 0x49B498) is known color: Puerto Rico. HEX triplet: 49, B4 and 98. RGB value is (73,180,152). Sum of RGB (Red+Green+Blue) = 73+180+152=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #49B498 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49B498 is #B64B67. Grayscale: #909090. Windows color (decimal): -11946856 or 10007625. OLE color: 10007625.

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

Color convert

RGB 73 180 152 -
CMYK 0.59 0 0.16 0.29
HSL 164.3º 0.42% 0.5% -
HSV(B) 164.3º 0.59% 0.71% -
XYZ 24.74 36.33 35.41 -
YUV 144.82 132.05 76.78 -
System Red Green Blue C M Y K H S L
Decimal 73 180 152 0.59 0 0.16 0.29 164.3 0.42 0.5
Hex 49 B4 98 3B 0 10 1D A4 2A 32
Octal 111 264 230 73 0 20 35 244 52 62
Binary 1001001 10110100 10011000 111011 0 10000 11101 10100100 101010 110010

Color Harmonies of #49B498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B498

Black with #49B498

Text Example


Text Example

White with #49B498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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