#40BF9E

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

Shades of Shamrock #40BF9E

Tints of Shamrock #40BF9E

Color information

#40BF9E (or 0x40BF9E) is unknown color: approx Shamrock. HEX triplet: 40, BF and 9E. RGB value is (64,191,158). Sum of RGB (Red+Green+Blue) = 64+191+158=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BF9E is #BF4061. Grayscale: #959595. Windows color (decimal): -12533858 or 10403648. OLE color: 10403648.

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

Color convert

RGB64191158-
CMYK0.6600.170.25
HSL164.41º49.8%50%-
HSV(B)164.41º66.49%74.9%-
XYZ26.9240.8238.81-
YUV149.26132.9267.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.50%
GREEN value IS 191 (75% from 255) = 46.25%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=15.50%
G=46.25%
B=38.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641911580.6600.170.25164.4149.850
Hex40BF9E4201119a43232
Octal100277236102021312446262
Binary1000000101111111001111010000100100011100110100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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