#40C6A4

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

Shades of Shamrock #40C6A4

Tints of Shamrock #40C6A4

Color information

#40C6A4 (or 0x40C6A4) is unknown color: approx Shamrock. HEX triplet: 40, C6 and A4. RGB value is (64,198,164). Sum of RGB (Red+Green+Blue) = 64+198+164=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #40C6A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C6A4 is #BF395B. Grayscale: #9A9A9A. Windows color (decimal): -12532060 or 10798656. OLE color: 10798656.

HSL color Cylindrical-coordinate representation of color #40C6A4: hue angle of 164.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C6A4 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB64198164-
CMYK0.6800.170.22
HSL164.78º54.03%51.37%-
HSV(B)164.78º67.68%77.65%-
XYZ29.0144.1642.12-
YUV154.06133.6163.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.02%
GREEN value IS 198 (77.73% from 255) = 46.48%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=15.02%
G=46.48%
B=38.50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641981640.6800.170.22164.7854.0351.37
Hex40C6A44401116a53633
Octal100306244104021262456663
Binary1000000110001101010010010001000100011011010100101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,198,164); }

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

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

 a { background-color: rgb(64,198,164); }

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

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

 span { border-color: rgb(64,198,164); }

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