#29CCA3

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

Shades of Shamrock #29CCA3

Tints of Shamrock #29CCA3

Color information

#29CCA3 (or 0x29CCA3) is unknown color: approx Shamrock. HEX triplet: 29, CC and A3. RGB value is (41,204,163). Sum of RGB (Red+Green+Blue) = 41+204+163=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCA3 is #D6335C. Grayscale: #969696. Windows color (decimal): -14037853 or 10734633. OLE color: 10734633.

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

Color convert

RGB41204163-
CMYK0.8000.200.2
HSL164.91º66.53%48.04%-
HSV(B)164.91º79.9%80%-
XYZ29.1246.342.05-
YUV150.5913549.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.05%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 163 (64.06% from 255) = 39.95%
R=10.05%
G=50%
B=39.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041630.8000.200.2164.9166.5348.04
Hex29CCA35001414a54330
Octal513142431200242424510360
Binary1010011100110010100011101000001010010100101001011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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