#44CCA4

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

Shades of Shamrock #44CCA4

Tints of Shamrock #44CCA4

Color information

#44CCA4 (or 0x44CCA4) is unknown color: approx Shamrock. HEX triplet: 44, CC and A4. RGB value is (68,204,164). Sum of RGB (Red+Green+Blue) = 68+204+164=436 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.60% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CCA4 is #BB335B. Grayscale: #9E9E9E. Windows color (decimal): -12268380 or 10800196. OLE color: 10800196.

HSL color Cylindrical-coordinate representation of color #44CCA4: hue angle of 162.35º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCA4 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB68204164-
CMYK0.6700.200.2
HSL162.35º57.14%53.33%-
HSV(B)162.35º66.67%80%-
XYZ30.6847.142.6-
YUV158.78130.9463.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.60%
GREEN value IS 204 (80.08% from 255) = 46.79%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=15.60%
G=46.79%
B=37.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682041640.6700.200.2162.3557.1453.33
Hex44CCA44301414a23935
Octal104314244103024242427165
Binary1000100110011001010010010000110101001010010100010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,204,164); }

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

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

 a { background-color: rgb(68,204,164); }

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

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

 span { border-color: rgb(68,204,164); }

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