#44DDA6

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

Shades of Shamrock #44DDA6

Tints of Shamrock #44DDA6

Color information

#44DDA6 (or 0x44DDA6) is unknown color: approx Shamrock. HEX triplet: 44, DD and A6. RGB value is (68,221,166). Sum of RGB (Red+Green+Blue) = 68+221+166=455 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.95% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DDA6 is #BB2259. Grayscale: #A9A9A9. Windows color (decimal): -12264026 or 10935620. OLE color: 10935620.

HSL color Cylindrical-coordinate representation of color #44DDA6: hue angle of 158.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DDA6 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB68221166-
CMYK0.6900.250.13
HSL158.43º69.23%56.67%-
HSV(B)158.43º69.23%86.67%-
XYZ35.1255.744.98-
YUV168.98126.3155.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.95%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=14.95%
G=48.57%
B=36.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211660.6900.250.13158.4369.2356.67
Hex44DDA645019D9e4539
Octal1043352461050311523610571
Binary1000100110111011010011010001010110011101100111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44DDA6; }

 p { color: rgb(68,221,166); }

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

<style>
 a { background-color: #44DDA6; }

 a { background-color: rgb(68,221,166); }

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

<style>
 span { border-color: #44DDA6; }

 span { border-color: rgb(68,221,166); }

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