#40D1AB

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

Shades of Shamrock #40D1AB

Tints of Shamrock #40D1AB

Color information

#40D1AB (or 0x40D1AB) is unknown color: approx Shamrock. HEX triplet: 40, D1 and AB. RGB value is (64,209,171). Sum of RGB (Red+Green+Blue) = 64+209+171=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #40D1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D1AB is #BF2E54. Grayscale: #A1A1A1. Windows color (decimal): -12529237 or 11260224. OLE color: 11260224.

HSL color Cylindrical-coordinate representation of color #40D1AB: hue angle of 164.28º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D1AB is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB64209171-
CMYK0.6900.180.18
HSL164.28º61.18%53.53%-
HSV(B)164.28º69.38%81.96%-
XYZ32.2749.6346.41-
YUV161.31133.4658.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.41%
GREEN value IS 209 (82.03% from 255) = 47.07%
BLUE value IS 171 (67.19% from 255) = 38.51%
R=14.41%
G=47.07%
B=38.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal642091710.6900.180.18164.2861.1853.53
Hex40D1AB4501212a43d36
Octal100321253105022222447566
Binary1000000110100011010101110001010100101001010100100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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