#40c39b

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

Shades of Shamrock #40C39B

Tints of Shamrock #40C39B

Color information

#40C39B (or 0x40C39B) is unknown color: approx Shamrock. HEX triplet: 40, C3 and 9B. RGB value is (64,195,155). Sum of RGB (Red+Green+Blue) = 64+195+155=414 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.46% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #40C39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C39B is #BF3C64. Grayscale: #979797. Windows color (decimal): -12532837 or 10208064. OLE color: 10208064.

HSL color Cylindrical-coordinate representation of color #40C39B: hue angle of 161.68º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C39B is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB64195155-
CMYK0.6700.210.24
HSL161.68º52.19%50.78%-
HSV(B)161.68º67.18%76.47%-
XYZ27.5542.4937.76-
YUV151.27130.165.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.46%
GREEN value IS 195 (76.56% from 255) = 47.10%
BLUE value IS 155 (60.94% from 255) = 37.44%
R=15.46%
G=47.10%
B=37.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641951550.6700.210.24161.6852.1950.78
Hex40C39B4301518a23433
Octal100303233103025302426463
Binary1000000110000111001101110000110101011100010100010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40c39b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40c39b; }

 p { color: rgb(64,195,155); }

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

<style>
 a { background-color: #40c39b; }

 a { background-color: rgb(64,195,155); }

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

<style>
 span { border-color: #40c39b; }

 span { border-color: rgb(64,195,155); }

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