#29DEB0

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

Shades of Shamrock #29DEB0

Tints of Shamrock #29DEB0

Color information

#29DEB0 (or 0x29DEB0) is unknown color: approx Shamrock. HEX triplet: 29, DE and B0. RGB value is (41,222,176). Sum of RGB (Red+Green+Blue) = 41+222+176=439 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.34% from 439); Green value is 222 (87.11% from 255 or 50.57% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 222 - color contains mainly: green. Hex color #29DEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DEB0 is #D6214F. Grayscale: #A2A2A2. Windows color (decimal): -14033232 or 11591209. OLE color: 11591209.

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

Color convert

RGB41222176-
CMYK0.8200.210.13
HSL164.75º73.28%51.57%-
HSV(B)164.75º81.53%87.06%-
XYZ34.8755.8550.02-
YUV162.64135.5341.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.34%
GREEN value IS 222 (87.11% from 255) = 50.57%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=9.34%
G=50.57%
B=40.09%

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
Decimal412221760.8200.210.13164.7573.2851.57
Hex29DEB052015Da54934
Octal513362601220251524511164
Binary101001110111101011000010100100101011101101001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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