Html Css Color HEX #49EFA2 Shamrock

📋 copy color: '#49EFA2'

red 73 ◦ green 239 ◦ blue 162

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

Shades of Shamrock #49EFA2

Tints of Shamrock #49EFA2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.42%

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 15.4%
G = 50.42%
B = 34.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#49EFA2 (or 0x49EFA2) is known color: Shamrock. HEX triplet: 49, EF and A2. RGB value is (73,239,162). Sum of RGB (Red+Green+Blue) = 73+239+162=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EFA2 is #B6105D. Grayscale: #B4B4B4. Windows color (decimal): -11931742 or 10678089. OLE color: 10678089.

HSL color Cylindrical-coordinate representation of color #49EFA2: hue angle of 152.17º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFA2 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 162 -
CMYK 0.69 0 0.32 0.06
HSL 152.17º 0.84% 0.61% -
HSV(B) 152.17º 0.69% 0.94% -
XYZ 40.14 65.76 44.76 -
YUV 180.59 117.5 51.26 -
System Red Green Blue C M Y K H S L
Decimal 73 239 162 0.69 0 0.32 0.06 152.17 0.84 0.61
Hex 49 EF A2 45 0 20 6 98 54 3D
Octal 111 357 242 105 0 40 6 230 124 75
Binary 1001001 11101111 10100010 1000101 0 100000 110 10011000 1010100 111101

Color Harmonies of #49EFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EFA2

Black with #49EFA2

Text Example


Text Example

White with #49EFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,239,162); }

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

background-color css

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

 a { background-color: rgb(73,239,162); }

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

border-color css

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

 span { border-color: rgb(73,239,162); }

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