#29c2a2

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

Shades of Shamrock #29C2A2

Tints of Shamrock #29C2A2

Color information

#29C2A2 (or 0x29C2A2) is unknown color: approx Shamrock. HEX triplet: 29, C2 and A2. RGB value is (41,194,162). Sum of RGB (Red+Green+Blue) = 41+194+162=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C2A2 is #D63D5D. Grayscale: #909090. Windows color (decimal): -14040414 or 10666537. OLE color: 10666537.

HSL color Cylindrical-coordinate representation of color #29C2A2: hue angle of 167.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C2A2 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB41194162-
CMYK0.7900.160.24
HSL167.45º65.11%46.08%-
HSV(B)167.45º78.87%76.08%-
XYZ26.7341.6640.82-
YUV144.6137.8154.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.33%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 162 (63.67% from 255) = 40.81%
R=10.33%
G=48.87%
B=40.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411941620.7900.160.24167.4565.1146.08
Hex29C2A24F01018a7412e
Octal513022421170203024710156
Binary1010011100001010100010100111101000011000101001111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29c2a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,194,162); }

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

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

 a { background-color: rgb(41,194,162); }

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

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

 span { border-color: rgb(41,194,162); }

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