#29EAB0

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

Shades of Shamrock #29EAB0

Tints of Shamrock #29EAB0

Color information

#29EAB0 (or 0x29EAB0) is unknown color: approx Shamrock. HEX triplet: 29, EA and B0. RGB value is (41,234,176). Sum of RGB (Red+Green+Blue) = 41+234+176=451 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.09% from 451); Green value is 234 (91.80% from 255 or 51.88% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 234 - color contains mainly: green. Hex color #29EAB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #29EAB0 is #D6154F. Grayscale: #A9A9A9. Windows color (decimal): -14030160 or 11594281. OLE color: 11594281.

HSL color Cylindrical-coordinate representation of color #29EAB0: hue angle of 161.97º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29EAB0 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB41234176-
CMYK0.8200.250.08
HSL161.97º82.13%53.92%-
HSV(B)161.97º82.48%91.76%-
XYZ38.1762.4551.12-
YUV169.68131.5636.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.09%
GREEN value IS 234 (91.80% from 255) = 51.88%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=9.09%
G=51.88%
B=39.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal412341760.8200.250.08161.9782.1353.92
Hex29EAB0520198a25236
Octal513522601220311024212266
Binary101001111010101011000010100100110011000101000101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29EAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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