#40CB9E

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

Shades of Shamrock #40CB9E

Tints of Shamrock #40CB9E

Color information

#40CB9E (or 0x40CB9E) is unknown color: approx Shamrock. HEX triplet: 40, CB and 9E. RGB value is (64,203,158). Sum of RGB (Red+Green+Blue) = 64+203+158=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CB9E is #BF3461. Grayscale: #9C9C9C. Windows color (decimal): -12530786 or 10406720. OLE color: 10406720.

HSL color Cylindrical-coordinate representation of color #40CB9E: hue angle of 160.58º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CB9E is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB64203158-
CMYK0.6800.220.20
HSL160.58º57.2%52.35%-
HSV(B)160.58º68.47%79.61%-
XYZ29.6446.2739.72-
YUV156.31128.9562.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.06%
GREEN value IS 203 (79.69% from 255) = 47.76%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=15.06%
G=47.76%
B=37.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal642031580.6800.220.20160.5857.252.35
Hex40CB9E4401614a13934
Octal100313236104026242417164
Binary1000000110010111001111010001000101101010010100001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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