#40C6A9

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

Shades of Shamrock #40C6A9

Tints of Shamrock #40C6A9

Color information

#40C6A9 (or 0x40C6A9) is unknown color: approx Shamrock. HEX triplet: 40, C6 and A9. RGB value is (64,198,169). Sum of RGB (Red+Green+Blue) = 64+198+169=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 198 (77.73% from 255 or 45.94% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 198 - color contains mainly: green. Hex color #40C6A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C6A9 is #BF3956. Grayscale: #9A9A9A. Windows color (decimal): -12532055 or 11126336. OLE color: 11126336.

HSL color Cylindrical-coordinate representation of color #40C6A9: hue angle of 167.01º 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 #40C6A9 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB64198169-
CMYK0.6800.150.22
HSL167.01º54.03%51.37%-
HSV(B)167.01º67.68%77.65%-
XYZ29.4744.3444.54-
YUV154.63136.1163.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.85%
GREEN value IS 198 (77.73% from 255) = 45.94%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=14.85%
G=45.94%
B=39.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal641981690.6800.150.22167.0154.0351.37
Hex40C6A9440F16a73633
Octal100306251104017262476663
Binary100000011000110101010011000100011111011010100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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