#40E1AE

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

Shades of Shamrock #40E1AE

Tints of Shamrock #40E1AE

Color information

#40E1AE (or 0x40E1AE) is unknown color: approx Shamrock. HEX triplet: 40, E1 and AE. RGB value is (64,225,174). Sum of RGB (Red+Green+Blue) = 64+225+174=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40E1AE is #BF1E51. Grayscale: #ABABAB. Windows color (decimal): -12525138 or 11460928. OLE color: 11460928.

HSL color Cylindrical-coordinate representation of color #40E1AE: hue angle of 160.99º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E1AE is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB64225174-
CMYK0.7200.230.12
HSL160.99º72.85%56.67%-
HSV(B)160.99º71.56%88.24%-
XYZ36.685849.31-
YUV171.05129.6651.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.82%
GREEN value IS 225 (88.28% from 255) = 48.60%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=13.82%
G=48.60%
B=37.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal642251740.7200.230.12160.9972.8556.67
Hex40E1AE48017Ca14939
Octal1003412561100271424111171
Binary1000000111000011010111010010000101111100101000011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,225,174); }

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

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

 a { background-color: rgb(64,225,174); }

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

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

 span { border-color: rgb(64,225,174); }

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