#40C19E

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

Shades of Shamrock #40C19E

Tints of Shamrock #40C19E

Color information

#40C19E (or 0x40C19E) is unknown color: approx Shamrock. HEX triplet: 40, C1 and 9E. RGB value is (64,193,158). Sum of RGB (Red+Green+Blue) = 64+193+158=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 193 - color contains mainly: green. Hex color #40C19E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C19E is #BF3E61. Grayscale: #969696. Windows color (decimal): -12533346 or 10404160. OLE color: 10404160.

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

Color convert

RGB64193158-
CMYK0.6700.180.24
HSL163.72º50.99%50.39%-
HSV(B)163.72º66.84%75.69%-
XYZ27.3641.738.95-
YUV150.44132.2666.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.42%
GREEN value IS 193 (75.78% from 255) = 46.51%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=15.42%
G=46.51%
B=38.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641931580.6700.180.24163.7250.9950.39
Hex40C19E4301218a43332
Octal100301236103022302446362
Binary1000000110000011001111010000110100101100010100100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,193,158); }

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

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

 a { background-color: rgb(64,193,158); }

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

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

 span { border-color: rgb(64,193,158); }

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