#29CA9E

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

Shades of Shamrock #29CA9E

Tints of Shamrock #29CA9E

Color information

#29CA9E (or 0x29CA9E) is unknown color: approx Shamrock. HEX triplet: 29, CA and 9E. RGB value is (41,202,158). Sum of RGB (Red+Green+Blue) = 41+202+158=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CA9E is #D63561. Grayscale: #949494. Windows color (decimal): -14038370 or 10406441. OLE color: 10406441.

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

Color convert

RGB41202158-
CMYK0.8000.220.21
HSL163.6º66.26%47.65%-
HSV(B)163.6º79.7%79.22%-
XYZ28.2145.1839.58-
YUV148.84133.1651.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.22%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=10.22%
G=50.37%
B=39.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021580.8000.220.21163.666.2647.65
Hex29CA9E5001615a44230
Octal513122361200262524410260
Binary1010011100101010011110101000001011010101101001001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,202,158); }

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

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

 a { background-color: rgb(41,202,158); }

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

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

 span { border-color: rgb(41,202,158); }

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