#49DDA8

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

Shades of Shamrock #49DDA8

Tints of Shamrock #49DDA8

Color information

#49DDA8 (or 0x49DDA8) is unknown color: approx Shamrock. HEX triplet: 49, DD and A8. RGB value is (73,221,168). Sum of RGB (Red+Green+Blue) = 73+221+168=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #49DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DDA8 is #B62257. Grayscale: #AAAAAA. Windows color (decimal): -11936344 or 11066697. OLE color: 11066697.

HSL color Cylindrical-coordinate representation of color #49DDA8: hue angle of 158.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DDA8 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB73221168-
CMYK0.6700.240.13
HSL158.51º68.52%57.65%-
HSV(B)158.51º66.97%86.67%-
XYZ35.6755.9645.97-
YUV170.71126.4758.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.80%
GREEN value IS 221 (86.72% from 255) = 47.84%
BLUE value IS 168 (66.02% from 255) = 36.36%
R=15.80%
G=47.84%
B=36.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732211680.6700.240.13158.5168.5257.65
Hex49DDA843018D9f453a
Octal1113352501030301523710572
Binary1001001110111011010100010000110110001101100111111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,221,168); }

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

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

 a { background-color: rgb(73,221,168); }

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

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

 span { border-color: rgb(73,221,168); }

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