#40C3AA

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

Shades of Shamrock #40C3AA

Tints of Shamrock #40C3AA

Color information

#40C3AA (or 0x40C3AA) is unknown color: approx Shamrock. HEX triplet: 40, C3 and AA. RGB value is (64,195,170). Sum of RGB (Red+Green+Blue) = 64+195+170=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #40C3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C3AA is #BF3C55. Grayscale: #989898. Windows color (decimal): -12532822 or 11191104. OLE color: 11191104.

HSL color Cylindrical-coordinate representation of color #40C3AA: hue angle of 168.55º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C3AA is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB64195170-
CMYK0.6700.130.24
HSL168.55º52.19%50.78%-
HSV(B)168.55º67.18%76.47%-
XYZ28.8943.0244.81-
YUV152.98137.664.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.92%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=14.92%
G=45.45%
B=39.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641951700.6700.130.24168.5552.1950.78
Hex40C3AA430D18a93433
Octal100303252103015302516463
Binary100000011000011101010101000011011011100010101001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,195,170); }

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

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

 a { background-color: rgb(64,195,170); }

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

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

 span { border-color: rgb(64,195,170); }

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