#40BA8A

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

Shades of Shamrock #40BA8A

Tints of Shamrock #40BA8A

Color information

#40BA8A (or 0x40BA8A) is unknown color: approx Shamrock. HEX triplet: 40, BA and 8A. RGB value is (64,186,138). Sum of RGB (Red+Green+Blue) = 64+186+138=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BA8A is #BF4575. Grayscale: #909090. Windows color (decimal): -12535158 or 9091648. OLE color: 9091648.

HSL color Cylindrical-coordinate representation of color #40BA8A: hue angle of 156.39º 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 #40BA8A is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB64186138-
CMYK0.6600.260.27
HSL156.39º48.8%49.02%-
HSV(B)156.39º65.59%72.94%-
XYZ24.2638.0430.11-
YUV144.05124.5870.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.49%
GREEN value IS 186 (73.05% from 255) = 47.94%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=16.49%
G=47.94%
B=35.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641861380.6600.260.27156.3948.849.02
Hex40BA8A4201A1B9c3131
Octal100272212102032332346161
Binary1000000101110101000101010000100110101101110011100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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