#40BC9E

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

Shades of Shamrock #40BC9E

Tints of Shamrock #40BC9E

Color information

#40BC9E (or 0x40BC9E) is unknown color: approx Shamrock. HEX triplet: 40, BC and 9E. RGB value is (64,188,158). Sum of RGB (Red+Green+Blue) = 64+188+158=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BC9E is #BF4361. Grayscale: #939393. Windows color (decimal): -12534626 or 10402880. OLE color: 10402880.

HSL color Cylindrical-coordinate representation of color #40BC9E: hue angle of 165.48º 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 #40BC9E is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB64188158-
CMYK0.6600.160.26
HSL165.48º49.21%49.41%-
HSV(B)165.48º65.96%73.73%-
XYZ26.2739.5338.59-
YUV147.5133.9268.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.61%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=15.61%
G=45.85%
B=38.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641881580.6600.160.26165.4849.2149.41
Hex40BC9E420101Aa53131
Octal100274236102020322456161
Binary1000000101111001001111010000100100001101010100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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