#40DEAE

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

Shades of Shamrock #40DEAE

Tints of Shamrock #40DEAE

Color information

#40DEAE (or 0x40DEAE) is unknown color: approx Shamrock. HEX triplet: 40, DE and AE. RGB value is (64,222,174). Sum of RGB (Red+Green+Blue) = 64+222+174=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #40DEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DEAE is #BF2151. Grayscale: #A9A9A9. Windows color (decimal): -12525906 or 11460160. OLE color: 11460160.

HSL color Cylindrical-coordinate representation of color #40DEAE: hue angle of 161.77º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DEAE is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB64222174-
CMYK0.7100.220.13
HSL161.77º70.54%56.08%-
HSV(B)161.77º71.17%87.06%-
XYZ35.8856.3949.04-
YUV169.29130.6552.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.91%
GREEN value IS 222 (87.11% from 255) = 48.26%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=13.91%
G=48.26%
B=37.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642221740.7100.220.13161.7770.5456.08
Hex40DEAE47016Da24738
Octal1003362561070261524210770
Binary1000000110111101010111010001110101101101101000101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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