#40BFA2

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

Shades of Shamrock #40BFA2

Tints of Shamrock #40BFA2

Color information

#40BFA2 (or 0x40BFA2) is unknown color: approx Shamrock. HEX triplet: 40, BF and A2. RGB value is (64,191,162). Sum of RGB (Red+Green+Blue) = 64+191+162=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #40BFA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BFA2 is #BF405D. Grayscale: #959595. Windows color (decimal): -12533854 or 10665792. OLE color: 10665792.

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

Color convert

RGB64191162-
CMYK0.6600.150.25
HSL166.3º49.8%50%-
HSV(B)166.3º66.49%74.9%-
XYZ27.2740.9640.65-
YUV149.72134.9266.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.35%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=15.35%
G=45.80%
B=38.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641911620.6600.150.25166.349.850
Hex40BFA2420F19a63232
Octal100277242102017312466262
Binary100000010111111101000101000010011111100110100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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