Html Css Color HEX #49BE93 Puerto Rico

📋 copy color: '#49BE93'

red 73 ◦ green 190 ◦ blue 147

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

Shades of Puerto Rico #49BE93

Tints of Puerto Rico #49BE93

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.34%

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 17.8%
G = 46.34%
B = 35.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#49BE93 (or 0x49BE93) is known color: Puerto Rico. HEX triplet: 49, BE and 93. RGB value is (73,190,147). Sum of RGB (Red+Green+Blue) = 73+190+147=410 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.80% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BE93 is #B6416C. Grayscale: #969696. Windows color (decimal): -11944301 or 9682505. OLE color: 9682505.

HSL color Cylindrical-coordinate representation of color #49BE93: hue angle of 157.95º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49BE93 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 190 147 -
CMYK 0.62 0 0.23 0.25
HSL 157.95º 0.47% 0.52% -
HSV(B) 157.95º 0.62% 0.75% -
XYZ 26.43 40.35 34 -
YUV 150.12 126.24 73 -
System Red Green Blue C M Y K H S L
Decimal 73 190 147 0.62 0 0.23 0.25 157.95 0.47 0.52
Hex 49 BE 93 3E 0 17 19 9E 2F 34
Octal 111 276 223 76 0 27 31 236 57 64
Binary 1001001 10111110 10010011 111110 0 10111 11001 10011110 101111 110100

Color Harmonies of #49BE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE93

Black with #49BE93

Text Example


Text Example

White with #49BE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,147); }

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

background-color css

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

 a { background-color: rgb(73,190,147); }

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

border-color css

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

 span { border-color: rgb(73,190,147); }

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