#40C3A5

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

Shades of Shamrock #40C3A5

Tints of Shamrock #40C3A5

Color information

#40C3A5 (or 0x40C3A5) is unknown color: approx Shamrock. HEX triplet: 40, C3 and A5. RGB value is (64,195,165). Sum of RGB (Red+Green+Blue) = 64+195+165=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #40C3A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C3A5 is #BF3C5A. Grayscale: #989898. Windows color (decimal): -12532827 or 10863424. OLE color: 10863424.

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

Color convert

RGB64195165-
CMYK0.6700.150.24
HSL166.26º52.19%50.78%-
HSV(B)166.26º67.18%76.47%-
XYZ28.4242.8442.37-
YUV152.41135.164.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.09%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=15.09%
G=45.99%
B=38.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641951650.6700.150.24166.2652.1950.78
Hex40C3A5430F18a63433
Octal100303245103017302466463
Binary100000011000011101001011000011011111100010100110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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