#40BA8E

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

Shades of Shamrock #40BA8E

Tints of Shamrock #40BA8E

Color information

#40BA8E (or 0x40BA8E) is unknown color: approx Shamrock. HEX triplet: 40, BA and 8E. RGB value is (64,186,142). Sum of RGB (Red+Green+Blue) = 64+186+142=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BA8E is #BF4571. Grayscale: #909090. Windows color (decimal): -12535154 or 9353792. OLE color: 9353792.

HSL color Cylindrical-coordinate representation of color #40BA8E: hue angle of 158.36º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA8E is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB64186142-
CMYK0.6600.240.27
HSL158.36º48.8%49.02%-
HSV(B)158.36º65.59%72.94%-
XYZ24.5638.1631.66-
YUV144.51126.5870.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.33%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=16.33%
G=47.45%
B=36.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641861420.6600.240.27158.3648.849.02
Hex40BA8E420181B9e3131
Octal100272216102030332366161
Binary1000000101110101000111010000100110001101110011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,186,142); }

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

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

 a { background-color: rgb(64,186,142); }

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

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

 span { border-color: rgb(64,186,142); }

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