#44EDAC

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

Shades of Shamrock #44EDAC

Tints of Shamrock #44EDAC

Color information

#44EDAC (or 0x44EDAC) is unknown color: approx Shamrock. HEX triplet: 44, ED and AC. RGB value is (68,237,172). Sum of RGB (Red+Green+Blue) = 68+237+172=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #44EDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44EDAC is #BB1253. Grayscale: #B3B3B3. Windows color (decimal): -12259924 or 11332932. OLE color: 11332932.

HSL color Cylindrical-coordinate representation of color #44EDAC: hue angle of 156.92º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EDAC is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB68237172-
CMYK0.7100.270.07
HSL156.92º82.44%59.8%-
HSV(B)156.92º71.31%92.94%-
XYZ40.1164.7849.42-
YUV179.06124.0148.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.26%
GREEN value IS 237 (92.97% from 255) = 49.69%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=14.26%
G=49.69%
B=36.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal682371720.7100.270.07156.9282.4459.8
Hex44EDAC4701B79d523c
Octal104355254107033723512274
Binary100010011101101101011001000111011011111100111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,237,172); }

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

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

 a { background-color: rgb(68,237,172); }

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

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

 span { border-color: rgb(68,237,172); }

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