#40E5AA

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

Shades of Shamrock #40E5AA

Tints of Shamrock #40E5AA

Color information

#40E5AA (or 0x40E5AA) is unknown color: approx Shamrock. HEX triplet: 40, E5 and AA. RGB value is (64,229,170). Sum of RGB (Red+Green+Blue) = 64+229+170=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #40E5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E5AA is #BF1A55. Grayscale: #ADADAD. Windows color (decimal): -12524118 or 11199808. OLE color: 11199808.

HSL color Cylindrical-coordinate representation of color #40E5AA: hue angle of 158.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E5AA is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB64229170-
CMYK0.7200.260.10
HSL158.55º76.04%57.45%-
HSV(B)158.55º72.05%89.8%-
XYZ37.3960.0347.65-
YUV172.94126.3450.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.82%
GREEN value IS 229 (89.84% from 255) = 49.46%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=13.82%
G=49.46%
B=36.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal642291700.7200.260.10158.5576.0457.45
Hex40E5AA4801AA9f4c39
Octal1003452521100321223711471
Binary1000000111001011010101010010000110101010100111111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,229,170); }

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

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

 a { background-color: rgb(64,229,170); }

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

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

 span { border-color: rgb(64,229,170); }

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