Html Css Color HEX #49C89F Puerto Rico

📋 copy color: '#49C89F'

red 73 ◦ green 200 ◦ blue 159

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

Shades of Puerto Rico #49C89F

Tints of Puerto Rico #49C89F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.3%

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 16.9%
G = 46.3%
B = 36.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#49C89F (or 0x49C89F) is known color: Puerto Rico. HEX triplet: 49, C8 and 9F. RGB value is (73,200,159). Sum of RGB (Red+Green+Blue) = 73+200+159=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #49C89F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49C89F is #B63760. Grayscale: #9D9D9D. Windows color (decimal): -11941729 or 10471497. OLE color: 10471497.

HSL color Cylindrical-coordinate representation of color #49C89F: hue angle of 160.63º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49C89F is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 200 159 -
CMYK 0.64 0 0.20 0.22
HSL 160.63º 0.54% 0.54% -
HSV(B) 160.63º 0.64% 0.78% -
XYZ 29.66 45.23 39.97 -
YUV 157.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 73 200 159 0.64 0 0.20 0.22 160.63 0.54 0.54
Hex 49 C8 9F 40 0 14 16 A1 36 36
Octal 111 310 237 100 0 24 26 241 66 66
Binary 1001001 11001000 10011111 1000000 0 10100 10110 10100001 110110 110110

Color Harmonies of #49C89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C89F

Black with #49C89F

Text Example


Text Example

White with #49C89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,200,159); }

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

background-color css

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

 a { background-color: rgb(73,200,159); }

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

border-color css

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

 span { border-color: rgb(73,200,159); }

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