#49E8A6

Color #49E8A6 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #49E8A6

Tints of Shamrock #49E8A6

Color information

#49E8A6 (or 0x49E8A6) is unknown color: approx Shamrock. HEX triplet: 49, E8 and A6. RGB value is (73,232,166). Sum of RGB (Red+Green+Blue) = 73+232+166=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #49E8A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49E8A6 is #B61759. Grayscale: #B1B1B1. Windows color (decimal): -11933530 or 10938441. OLE color: 10938441.

HSL color Cylindrical-coordinate representation of color #49E8A6: hue angle of 155.09º 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 #49E8A6 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB73232166-
CMYK0.6900.280.09
HSL155.09º77.56%59.8%-
HSV(B)155.09º68.53%90.98%-
XYZ38.4961.8845.99-
YUV176.94121.8253.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.50%
GREEN value IS 232 (91.02% from 255) = 49.26%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=15.50%
G=49.26%
B=35.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal732321660.6900.280.09155.0977.5659.8
Hex49E8A64501C99b4e3c
Octal1113502461050341123311674
Binary1001001111010001010011010001010111001001100110111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,232,166); }

 H1.HeaderClassName
 {
   color: #49E8A6;
 }
 .AnyTagClassName
 {
   color: #49E8A6;
 }
</style>
background-color css

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

 a { background-color: rgb(73,232,166); }

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

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

 span { border-color: rgb(73,232,166); }

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