#40CCAC

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

Shades of Shamrock #40CCAC

Tints of Shamrock #40CCAC

Color information

#40CCAC (or 0x40CCAC) is unknown color: approx Shamrock. HEX triplet: 40, CC and AC. RGB value is (64,204,172). Sum of RGB (Red+Green+Blue) = 64+204+172=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CCAC is #BF3353. Grayscale: #9E9E9E. Windows color (decimal): -12530516 or 11324480. OLE color: 11324480.

HSL color Cylindrical-coordinate representation of color #40CCAC: hue angle of 166.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CCAC is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB64204172-
CMYK0.6900.160.2
HSL166.29º57.85%52.55%-
HSV(B)166.29º68.63%80%-
XYZ31.1547.2546.51-
YUV158.49135.6260.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.55%
GREEN value IS 204 (80.08% from 255) = 46.36%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=14.55%
G=46.36%
B=39.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal642041720.6900.160.2166.2957.8552.55
Hex40CCAC4501014a63a35
Octal100314254105020242467265
Binary1000000110011001010110010001010100001010010100110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,204,172); }

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

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

 a { background-color: rgb(64,204,172); }

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

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

 span { border-color: rgb(64,204,172); }

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