#40EBAD

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

Shades of Shamrock #40EBAD

Tints of Shamrock #40EBAD

Color information

#40EBAD (or 0x40EBAD) is unknown color: approx Shamrock. HEX triplet: 40, EB and AD. RGB value is (64,235,173). Sum of RGB (Red+Green+Blue) = 64+235+173=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40EBAD is #BF1452. Grayscale: #B0B0B0. Windows color (decimal): -12522579 or 11397952. OLE color: 11397952.

HSL color Cylindrical-coordinate representation of color #40EBAD: hue angle of 158.25º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBAD is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB64235173-
CMYK0.7300.260.08
HSL158.25º81.04%58.63%-
HSV(B)158.25º72.77%92.16%-
XYZ39.3763.5249.72-
YUV176.8125.8547.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.56%
GREEN value IS 235 (92.19% from 255) = 49.79%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=13.56%
G=49.79%
B=36.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal642351730.7300.260.08158.2581.0458.63
Hex40EBAD4901A89e513b
Octal1003532551110321023612173
Binary1000000111010111010110110010010110101000100111101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,235,173); }

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

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

 a { background-color: rgb(64,235,173); }

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

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

 span { border-color: rgb(64,235,173); }

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