#40BEA4

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

Shades of Shamrock #40BEA4

Tints of Shamrock #40BEA4

Color information

#40BEA4 (or 0x40BEA4) is unknown color: approx Shamrock. HEX triplet: 40, BE and A4. RGB value is (64,190,164). Sum of RGB (Red+Green+Blue) = 64+190+164=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #40BEA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BEA4 is #BF415B. Grayscale: #959595. Windows color (decimal): -12534108 or 10796608. OLE color: 10796608.

HSL color Cylindrical-coordinate representation of color #40BEA4: hue angle of 167.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEA4 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB64190164-
CMYK0.6600.140.25
HSL167.62º49.61%49.8%-
HSV(B)167.62º66.32%74.51%-
XYZ27.2340.641.52-
YUV149.36136.2667.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.31%
GREEN value IS 190 (74.61% from 255) = 45.45%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=15.31%
G=45.45%
B=39.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641901640.6600.140.25167.6249.6149.8
Hex40BEA4420E19a83232
Octal100276244102016312506262
Binary100000010111110101001001000010011101100110101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,190,164); }

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

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

 a { background-color: rgb(64,190,164); }

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

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

 span { border-color: rgb(64,190,164); }

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