#29DBAA

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

Shades of Shamrock #29DBAA

Tints of Shamrock #29DBAA

Color information

#29DBAA (or 0x29DBAA) is unknown color: approx Shamrock. HEX triplet: 29, DB and AA. RGB value is (41,219,170). Sum of RGB (Red+Green+Blue) = 41+219+170=430 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.53% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #29DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29DBAA is #D62455. Grayscale: #A0A0A0. Windows color (decimal): -14034006 or 11197225. OLE color: 11197225.

HSL color Cylindrical-coordinate representation of color #29DBAA: hue angle of 163.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DBAA is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB41219170-
CMYK0.8100.220.14
HSL163.48º71.2%50.98%-
HSV(B)163.48º81.28%85.88%-
XYZ33.554.0446.69-
YUV160.19133.5342.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.53%
GREEN value IS 219 (85.94% from 255) = 50.93%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=9.53%
G=50.93%
B=39.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal412191700.8100.220.14163.4871.250.98
Hex29DBAA51016Ea34733
Octal513332521210261624310763
Binary101001110110111010101010100010101101110101000111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,219,170); }

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

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

 a { background-color: rgb(41,219,170); }

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

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

 span { border-color: rgb(41,219,170); }

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