#29DEAE

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

Shades of Shamrock #29DEAE

Tints of Shamrock #29DEAE

Color information

#29DEAE (or 0x29DEAE) is unknown color: approx Shamrock. HEX triplet: 29, DE and AE. RGB value is (41,222,174). Sum of RGB (Red+Green+Blue) = 41+222+174=437 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.38% from 437); Green value is 222 (87.11% from 255 or 50.80% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DEAE is #D62151. Grayscale: #A2A2A2. Windows color (decimal): -14033234 or 11460137. OLE color: 11460137.

HSL color Cylindrical-coordinate representation of color #29DEAE: hue angle of 164.09º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29DEAE is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB41222174-
CMYK0.8200.220.13
HSL164.09º73.28%51.57%-
HSV(B)164.09º81.53%87.06%-
XYZ34.6855.7748.98-
YUV162.41134.5341.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.38%
GREEN value IS 222 (87.11% from 255) = 50.80%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=9.38%
G=50.80%
B=39.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal412221740.8200.220.13164.0973.2851.57
Hex29DEAE52016Da44934
Octal513362561220261524411164
Binary101001110111101010111010100100101101101101001001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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