#29D2AE

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

Shades of Shamrock #29D2AE

Tints of Shamrock #29D2AE

Color information

#29D2AE (or 0x29D2AE) is unknown color: approx Shamrock. HEX triplet: 29, D2 and AE. RGB value is (41,210,174). Sum of RGB (Red+Green+Blue) = 41+210+174=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #29D2AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D2AE is #D62D51. Grayscale: #9B9B9B. Windows color (decimal): -14036306 or 11457065. OLE color: 11457065.

HSL color Cylindrical-coordinate representation of color #29D2AE: hue angle of 167.22º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D2AE is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB41210174-
CMYK0.8000.170.18
HSL167.22º67.33%49.22%-
HSV(B)167.22º80.48%82.35%-
XYZ31.649.6247.96-
YUV155.36138.5146.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 210 (82.42% from 255) = 49.41%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=9.65%
G=49.41%
B=40.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal412101740.8000.170.18167.2267.3349.22
Hex29D2AE5001112a74331
Octal513222561200212224710361
Binary1010011101001010101110101000001000110010101001111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29D2AE; }

 p { color: rgb(41,210,174); }

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

<style>
 a { background-color: #29D2AE; }

 a { background-color: rgb(41,210,174); }

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

<style>
 span { border-color: #29D2AE; }

 span { border-color: rgb(41,210,174); }

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