#29CCA1

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

Shades of Shamrock #29CCA1

Tints of Shamrock #29CCA1

Color information

#29CCA1 (or 0x29CCA1) is unknown color: approx Shamrock. HEX triplet: 29, CC and A1. RGB value is (41,204,161). Sum of RGB (Red+Green+Blue) = 41+204+161=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCA1 is #D6335E. Grayscale: #969696. Windows color (decimal): -14037855 or 10603561. OLE color: 10603561.

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

Color convert

RGB41204161-
CMYK0.8000.210.2
HSL164.17º66.53%48.04%-
HSV(B)164.17º79.9%80%-
XYZ28.9446.2341.12-
YUV150.3613450-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.10%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=10.10%
G=50.25%
B=39.66%

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
Decimal412041610.8000.210.2164.1766.5348.04
Hex29CCA15001514a44330
Octal513142411200252424410360
Binary1010011100110010100001101000001010110100101001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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