#49DEA0

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

Shades of Shamrock #49DEA0

Tints of Shamrock #49DEA0

Color information

#49DEA0 (or 0x49DEA0) is unknown color: approx Shamrock. HEX triplet: 49, DE and A0. RGB value is (73,222,160). Sum of RGB (Red+Green+Blue) = 73+222+160=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 222 (87.11% from 255 or 48.79% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 222 - color contains mainly: green. Hex color #49DEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DEA0 is #B6215F. Grayscale: #AAAAAA. Windows color (decimal): -11936096 or 10542665. OLE color: 10542665.

HSL color Cylindrical-coordinate representation of color #49DEA0: hue angle of 155.03º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DEA0 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB73222160-
CMYK0.6700.280.13
HSL155.03º69.3%57.84%-
HSV(B)155.03º67.12%87.06%-
XYZ35.2156.242.25-
YUV170.38122.1458.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.04%
GREEN value IS 222 (87.11% from 255) = 48.79%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=16.04%
G=48.79%
B=35.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732221600.6700.280.13155.0369.357.84
Hex49DEA04301CD9b453a
Octal1113362401030341523310572
Binary1001001110111101010000010000110111001101100110111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,222,160); }

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

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

 a { background-color: rgb(73,222,160); }

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

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

 span { border-color: rgb(73,222,160); }

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