#44BC96

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

Shades of Shamrock #44BC96

Tints of Shamrock #44BC96

Color information

#44BC96 (or 0x44BC96) is unknown color: approx Shamrock. HEX triplet: 44, BC and 96. RGB value is (68,188,150). Sum of RGB (Red+Green+Blue) = 68+188+150=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44BC96 is #BB4369. Grayscale: #939393. Windows color (decimal): -12272490 or 9878596. OLE color: 9878596.

HSL color Cylindrical-coordinate representation of color #44BC96: hue angle of 161º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BC96 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB68188150-
CMYK0.6400.200.26
HSL161º47.24%50.2%-
HSV(B)161º63.83%73.73%-
XYZ25.8739.435.1-
YUV147.79129.2471.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.75%
GREEN value IS 188 (73.83% from 255) = 46.31%
BLUE value IS 150 (58.98% from 255) = 36.95%
R=16.75%
G=46.31%
B=36.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681881500.6400.200.2616147.2450.2
Hex44BC96400141Aa12f32
Octal104274226100024322415762
Binary1000100101111001001011010000000101001101010100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,188,150); }

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

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

 a { background-color: rgb(68,188,150); }

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

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

 span { border-color: rgb(68,188,150); }

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