#49CDA2

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

Shades of Shamrock #49CDA2

Tints of Shamrock #49CDA2

Color information

#49CDA2 (or 0x49CDA2) is unknown color: approx Shamrock. HEX triplet: 49, CD and A2. RGB value is (73,205,162). Sum of RGB (Red+Green+Blue) = 73+205+162=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #49CDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CDA2 is #B6325D. Grayscale: #A0A0A0. Windows color (decimal): -11940446 or 10669385. OLE color: 10669385.

HSL color Cylindrical-coordinate representation of color #49CDA2: hue angle of 160.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CDA2 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB73205162-
CMYK0.6400.210.20
HSL160.45º56.9%54.51%-
HSV(B)160.45º64.39%80.39%-
XYZ31.147.6941.75-
YUV160.63128.7765.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.59%
GREEN value IS 205 (80.47% from 255) = 46.59%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=16.59%
G=46.59%
B=36.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal732051620.6400.210.20160.4556.954.51
Hex49CDA24001514a03937
Octal111315242100025242407167
Binary1001001110011011010001010000000101011010010100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,205,162); }

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

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

 a { background-color: rgb(73,205,162); }

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

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

 span { border-color: rgb(73,205,162); }

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