#40BC9C

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

Shades of Shamrock #40BC9C

Tints of Shamrock #40BC9C

Color information

#40BC9C (or 0x40BC9C) is unknown color: approx Shamrock. HEX triplet: 40, BC and 9C. RGB value is (64,188,156). Sum of RGB (Red+Green+Blue) = 64+188+156=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC9C is #BF4363. Grayscale: #939393. Windows color (decimal): -12534628 or 10271808. OLE color: 10271808.

HSL color Cylindrical-coordinate representation of color #40BC9C: hue angle of 164.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC9C is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB64188156-
CMYK0.6600.170.26
HSL164.52º49.21%49.41%-
HSV(B)164.52º65.96%73.73%-
XYZ26.139.4637.69-
YUV147.28132.9268.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.69%
GREEN value IS 188 (73.83% from 255) = 46.08%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=15.69%
G=46.08%
B=38.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641881560.6600.170.26164.5249.2149.41
Hex40BC9C420111Aa53131
Octal100274234102021322456161
Binary1000000101111001001110010000100100011101010100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,188,156); }

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

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

 a { background-color: rgb(64,188,156); }

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

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

 span { border-color: rgb(64,188,156); }

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