#49CA9E

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

Shades of Shamrock #49CA9E

Tints of Shamrock #49CA9E

Color information

#49CA9E (or 0x49CA9E) is unknown color: approx Shamrock. HEX triplet: 49, CA and 9E. RGB value is (73,202,158). Sum of RGB (Red+Green+Blue) = 73+202+158=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CA9E is #B63561. Grayscale: #9E9E9E. Windows color (decimal): -11941218 or 10406473. OLE color: 10406473.

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

Color convert

RGB73202158-
CMYK0.6400.220.21
HSL159.53º54.89%53.92%-
HSV(B)159.53º63.86%79.22%-
XYZ30.0446.1339.67-
YUV158.41127.7667.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.86%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=16.86%
G=46.65%
B=36.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal732021580.6400.220.21159.5354.8953.92
Hex49CA9E4001615a03736
Octal111312236100026252406766
Binary1001001110010101001111010000000101101010110100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,202,158); }

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

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

 a { background-color: rgb(73,202,158); }

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

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

 span { border-color: rgb(73,202,158); }

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