#29D2AD

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

Shades of Shamrock #29D2AD

Tints of Shamrock #29D2AD

Color information

#29D2AD (or 0x29D2AD) is unknown color: approx Shamrock. HEX triplet: 29, D2 and AD. RGB value is (41,210,173). Sum of RGB (Red+Green+Blue) = 41+210+173=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #29D2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D2AD is #D62D52. Grayscale: #9B9B9B. Windows color (decimal): -14036307 or 11391529. OLE color: 11391529.

HSL color Cylindrical-coordinate representation of color #29D2AD: hue angle of 166.86º 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 #29D2AD is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB41210173-
CMYK0.8000.180.18
HSL166.86º67.33%49.22%-
HSV(B)166.86º80.48%82.35%-
XYZ31.549.5847.44-
YUV155.25138.0146.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.67%
GREEN value IS 210 (82.42% from 255) = 49.53%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=9.67%
G=49.53%
B=40.80%

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
Decimal412101730.8000.180.18166.8667.3349.22
Hex29D2AD5001212a74331
Octal513222551200222224710361
Binary1010011101001010101101101000001001010010101001111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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