Html Css Color HEX #49E9A8 Shamrock

📋 copy color: '#49E9A8'

red 73 ◦ green 233 ◦ blue 168

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

Shades of Shamrock #49E9A8

Tints of Shamrock #49E9A8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.16%

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 15.4%
G = 49.16%
B = 35.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#49E9A8 (or 0x49E9A8) is known color: Shamrock. HEX triplet: 49, E9 and A8. RGB value is (73,233,168). Sum of RGB (Red+Green+Blue) = 73+233+168=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #49E9A8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E9A8 is #B61657. Grayscale: #B1B1B1. Windows color (decimal): -11933272 or 11069769. OLE color: 11069769.

HSL color Cylindrical-coordinate representation of color #49E9A8: hue angle of 155.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49E9A8 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 233 168 -
CMYK 0.69 0 0.28 0.09
HSL 155.63º 0.78% 0.6% -
HSV(B) 155.63º 0.69% 0.91% -
XYZ 38.95 62.52 47.06 -
YUV 177.75 122.49 53.29 -
System Red Green Blue C M Y K H S L
Decimal 73 233 168 0.69 0 0.28 0.09 155.63 0.78 0.6
Hex 49 E9 A8 45 0 1C 9 9C 4E 3C
Octal 111 351 250 105 0 34 11 234 116 74
Binary 1001001 11101001 10101000 1000101 0 11100 1001 10011100 1001110 111100

Color Harmonies of #49E9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E9A8

Black with #49E9A8

Text Example


Text Example

White with #49E9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,233,168); }

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

background-color css

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

 a { background-color: rgb(73,233,168); }

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

border-color css

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

 span { border-color: rgb(73,233,168); }

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