#29CCA5

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

Shades of Shamrock #29CCA5

Tints of Shamrock #29CCA5

Color information

#29CCA5 (or 0x29CCA5) is unknown color: approx Shamrock. HEX triplet: 29, CC and A5. RGB value is (41,204,165). Sum of RGB (Red+Green+Blue) = 41+204+165=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCA5 is #D6335A. Grayscale: #969696. Windows color (decimal): -14037851 or 10865705. OLE color: 10865705.

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

Color convert

RGB41204165-
CMYK0.8000.190.2
HSL165.64º66.53%48.04%-
HSV(B)165.64º79.9%80%-
XYZ29.346.3743-
YUV150.8213649.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10%
GREEN value IS 204 (80.08% from 255) = 49.76%
BLUE value IS 165 (64.84% from 255) = 40.24%
R=10%
G=49.76%
B=40.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041650.8000.190.2165.6466.5348.04
Hex29CCA55001314a64330
Octal513142451200232424610360
Binary1010011100110010100101101000001001110100101001101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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