#49D8AA

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

Shades of Shamrock #49D8AA

Tints of Shamrock #49D8AA

Color information

#49D8AA (or 0x49D8AA) is unknown color: approx Shamrock. HEX triplet: 49, D8 and AA. RGB value is (73,216,170). Sum of RGB (Red+Green+Blue) = 73+216+170=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #49D8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D8AA is #B62755. Grayscale: #A8A8A8. Windows color (decimal): -11937622 or 11196489. OLE color: 11196489.

HSL color Cylindrical-coordinate representation of color #49D8AA: hue angle of 160.7º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D8AA is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB73216170-
CMYK0.6600.210.15
HSL160.7º64.71%56.67%-
HSV(B)160.7º66.2%84.71%-
XYZ34.5653.4346.52-
YUV168129.1260.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.90%
GREEN value IS 216 (84.77% from 255) = 47.06%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=15.90%
G=47.06%
B=37.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732161700.6600.210.15160.764.7156.67
Hex49D8AA42015Fa14139
Octal1113302521020251724110171
Binary1001001110110001010101010000100101011111101000011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,216,170); }

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

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

 a { background-color: rgb(73,216,170); }

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

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

 span { border-color: rgb(73,216,170); }

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