#29DEAF

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

Shades of Shamrock #29DEAF

Tints of Shamrock #29DEAF

Color information

#29DEAF (or 0x29DEAF) is unknown color: approx Shamrock. HEX triplet: 29, DE and AF. RGB value is (41,222,175). Sum of RGB (Red+Green+Blue) = 41+222+175=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DEAF is #D62150. Grayscale: #A2A2A2. Windows color (decimal): -14033233 or 11525673. OLE color: 11525673.

HSL color Cylindrical-coordinate representation of color #29DEAF: hue angle of 164.42º 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 #29DEAF is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB41222175-
CMYK0.8200.210.13
HSL164.42º73.28%51.57%-
HSV(B)164.42º81.53%87.06%-
XYZ34.7755.8149.5-
YUV162.52135.0341.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.36%
GREEN value IS 222 (87.11% from 255) = 50.68%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=9.36%
G=50.68%
B=39.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal412221750.8200.210.13164.4273.2851.57
Hex29DEAF52015Da44934
Octal513362571220251524411164
Binary101001110111101010111110100100101011101101001001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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