#29D2AC

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

Shades of Shamrock #29D2AC

Tints of Shamrock #29D2AC

Color information

#29D2AC (or 0x29D2AC) is unknown color: approx Shamrock. HEX triplet: 29, D2 and AC. RGB value is (41,210,172). Sum of RGB (Red+Green+Blue) = 41+210+172=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #29D2AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D2AC is #D62D53. Grayscale: #9B9B9B. Windows color (decimal): -14036308 or 11325993. OLE color: 11325993.

HSL color Cylindrical-coordinate representation of color #29D2AC: hue angle of 166.51º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29D2AC is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB41210172-
CMYK0.8000.180.18
HSL166.51º67.33%49.22%-
HSV(B)166.51º80.48%82.35%-
XYZ31.4149.5446.94-
YUV155.14137.5146.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.69%
GREEN value IS 210 (82.42% from 255) = 49.65%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=9.69%
G=49.65%
B=40.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal412101720.8000.180.18166.5167.3349.22
Hex29D2AC5001212a74331
Octal513222541200222224710361
Binary1010011101001010101100101000001001010010101001111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,210,172); }

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

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

 a { background-color: rgb(41,210,172); }

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

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

 span { border-color: rgb(41,210,172); }

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