#29CCAB

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

Shades of Shamrock #29CCAB

Tints of Shamrock #29CCAB

Color information

#29CCAB (or 0x29CCAB) is unknown color: approx Shamrock. HEX triplet: 29, CC and AB. RGB value is (41,204,171). Sum of RGB (Red+Green+Blue) = 41+204+171=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCAB is #D63354. Grayscale: #979797. Windows color (decimal): -14037845 or 11258921. OLE color: 11258921.

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

Color convert

RGB41204171-
CMYK0.8000.160.2
HSL167.85º66.53%48.04%-
HSV(B)167.85º79.9%80%-
XYZ29.8646.645.95-
YUV151.513949.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.86%
GREEN value IS 204 (80.08% from 255) = 49.04%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=9.86%
G=49.04%
B=41.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041710.8000.160.2167.8566.5348.04
Hex29CCAB5001014a84330
Octal513142531200202425010360
Binary1010011100110010101011101000001000010100101010001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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