#40DDAF

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

Shades of Shamrock #40DDAF

Tints of Shamrock #40DDAF

Color information

#40DDAF (or 0x40DDAF) is unknown color: approx Shamrock. HEX triplet: 40, DD and AF. RGB value is (64,221,175). Sum of RGB (Red+Green+Blue) = 64+221+175=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40DDAF is #BF2250. Grayscale: #A8A8A8. Windows color (decimal): -12526161 or 11525440. OLE color: 11525440.

HSL color Cylindrical-coordinate representation of color #40DDAF: hue angle of 162.42º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DDAF is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB64221175-
CMYK0.7100.210.13
HSL162.42º69.78%55.88%-
HSV(B)162.42º71.04%86.67%-
XYZ35.7155.949.46-
YUV168.81131.4953.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.91%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=13.91%
G=48.04%
B=38.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal642211750.7100.210.13162.4269.7855.88
Hex40DDAF47015Da24638
Octal1003352571070251524210670
Binary1000000110111011010111110001110101011101101000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,221,175); }

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

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

 a { background-color: rgb(64,221,175); }

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

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

 span { border-color: rgb(64,221,175); }

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