#40CFAE

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

Shades of Shamrock #40CFAE

Tints of Shamrock #40CFAE

Color information

#40CFAE (or 0x40CFAE) is unknown color: approx Shamrock. HEX triplet: 40, CF and AE. RGB value is (64,207,174). Sum of RGB (Red+Green+Blue) = 64+207+174=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CFAE is #BF3051. Grayscale: #A0A0A0. Windows color (decimal): -12529746 or 11456320. OLE color: 11456320.

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

Color convert

RGB64207174-
CMYK0.6900.160.19
HSL166.15º59.83%53.14%-
HSV(B)166.15º69.08%81.18%-
XYZ32.0748.7747.77-
YUV160.48135.6259.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.38%
GREEN value IS 207 (81.25% from 255) = 46.52%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=14.38%
G=46.52%
B=39.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal642071740.6900.160.19166.1559.8353.14
Hex40CFAE4501013a63c35
Octal100317256105020232467465
Binary1000000110011111010111010001010100001001110100110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,207,174); }

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

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

 a { background-color: rgb(64,207,174); }

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

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

 span { border-color: rgb(64,207,174); }

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