#49D8A6

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

Shades of Shamrock #49D8A6

Tints of Shamrock #49D8A6

Color information

#49D8A6 (or 0x49D8A6) is unknown color: approx Shamrock. HEX triplet: 49, D8 and A6. RGB value is (73,216,166). Sum of RGB (Red+Green+Blue) = 73+216+166=455 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.04% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #49D8A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D8A6 is #B62759. Grayscale: #A7A7A7. Windows color (decimal): -11937626 or 10934345. OLE color: 10934345.

HSL color Cylindrical-coordinate representation of color #49D8A6: hue angle of 159.02º 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 #49D8A6 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB73216166-
CMYK0.6600.230.15
HSL159.02º64.71%56.67%-
HSV(B)159.02º66.2%84.71%-
XYZ34.1953.2844.56-
YUV167.54127.1260.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.04%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=16.04%
G=47.47%
B=36.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal732161660.6600.230.15159.0264.7156.67
Hex49D8A642017F9f4139
Octal1113302461020271723710171
Binary1001001110110001010011010000100101111111100111111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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