#40D8AB

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

Shades of Shamrock #40D8AB

Tints of Shamrock #40D8AB

Color information

#40D8AB (or 0x40D8AB) is unknown color: approx Shamrock. HEX triplet: 40, D8 and AB. RGB value is (64,216,171). Sum of RGB (Red+Green+Blue) = 64+216+171=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 216 (84.77% from 255 or 47.89% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 216 - color contains mainly: green. Hex color #40D8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D8AB is #BF2754. Grayscale: #A5A5A5. Windows color (decimal): -12527445 or 11262016. OLE color: 11262016.

HSL color Cylindrical-coordinate representation of color #40D8AB: hue angle of 162.24º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D8AB is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB64216171-
CMYK0.7000.210.15
HSL162.24º66.09%54.9%-
HSV(B)162.24º70.37%84.71%-
XYZ34.0253.1446.99-
YUV165.42131.1455.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.19%
GREEN value IS 216 (84.77% from 255) = 47.89%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=14.19%
G=47.89%
B=37.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal642161710.7000.210.15162.2466.0954.9
Hex40D8AB46015Fa24237
Octal1003302531060251724210267
Binary1000000110110001010101110001100101011111101000101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,216,171); }

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

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

 a { background-color: rgb(64,216,171); }

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

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

 span { border-color: rgb(64,216,171); }

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