#29E1AA

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

Shades of Shamrock #29E1AA

Tints of Shamrock #29E1AA

Color information

#29E1AA (or 0x29E1AA) is unknown color: approx Shamrock. HEX triplet: 29, E1 and AA. RGB value is (41,225,170). Sum of RGB (Red+Green+Blue) = 41+225+170=436 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.40% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #29E1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29E1AA is #D61E55. Grayscale: #A3A3A3. Windows color (decimal): -14032470 or 11198761. OLE color: 11198761.

HSL color Cylindrical-coordinate representation of color #29E1AA: hue angle of 162.07º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E1AA is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB41225170-
CMYK0.8200.240.12
HSL162.07º75.41%52.16%-
HSV(B)162.07º81.78%88.24%-
XYZ35.157.2247.23-
YUV163.71131.5440.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.40%
GREEN value IS 225 (88.28% from 255) = 51.61%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=9.40%
G=51.61%
B=38.99%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal412251700.8200.240.12162.0775.4152.16
Hex29E1AA52018Ca24b34
Octal513412521220301424211364
Binary101001111000011010101010100100110001100101000101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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