#29CCA2

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

Shades of Shamrock #29CCA2

Tints of Shamrock #29CCA2

Color information

#29CCA2 (or 0x29CCA2) is unknown color: approx Shamrock. HEX triplet: 29, CC and A2. RGB value is (41,204,162). Sum of RGB (Red+Green+Blue) = 41+204+162=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCA2 is #D6335D. Grayscale: #969696. Windows color (decimal): -14037854 or 10669097. OLE color: 10669097.

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

Color convert

RGB41204162-
CMYK0.8000.210.2
HSL164.54º66.53%48.04%-
HSV(B)164.54º79.9%80%-
XYZ29.0346.2741.58-
YUV150.48134.549.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.07%
GREEN value IS 204 (80.08% from 255) = 50.12%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=10.07%
G=50.12%
B=39.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041620.8000.210.2164.5466.5348.04
Hex29CCA25001514a54330
Octal513142421200252424510360
Binary1010011100110010100010101000001010110100101001011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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