#49D6AA

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

Shades of Shamrock #49D6AA

Tints of Shamrock #49D6AA

Color information

#49D6AA (or 0x49D6AA) is unknown color: approx Shamrock. HEX triplet: 49, D6 and AA. RGB value is (73,214,170). Sum of RGB (Red+Green+Blue) = 73+214+170=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #49D6AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49D6AA is #B62955. Grayscale: #A6A6A6. Windows color (decimal): -11938134 or 11195977. OLE color: 11195977.

HSL color Cylindrical-coordinate representation of color #49D6AA: hue angle of 161.28º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D6AA is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB73214170-
CMYK0.6600.210.16
HSL161.28º63.23%56.27%-
HSV(B)161.28º65.89%83.92%-
XYZ34.0552.4146.35-
YUV166.82129.7961.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 214 (83.98% from 255) = 46.83%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=15.97%
G=46.83%
B=37.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal732141700.6600.210.16161.2863.2356.27
Hex49D6AA4201510a13f38
Octal111326252102025202417770
Binary1001001110101101010101010000100101011000010100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49D6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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