#29CA9B

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

Shades of Shamrock #29CA9B

Tints of Shamrock #29CA9B

Color information

#29CA9B (or 0x29CA9B) is unknown color: approx Shamrock. HEX triplet: 29, CA and 9B. RGB value is (41,202,155). Sum of RGB (Red+Green+Blue) = 41+202+155=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CA9B is #D63564. Grayscale: #949494. Windows color (decimal): -14038373 or 10209833. OLE color: 10209833.

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

Color convert

RGB41202155-
CMYK0.8000.230.21
HSL162.48º66.26%47.65%-
HSV(B)162.48º79.7%79.22%-
XYZ27.9545.0838.24-
YUV148.5131.6651.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.30%
GREEN value IS 202 (79.30% from 255) = 50.75%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=10.30%
G=50.75%
B=38.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021550.8000.230.21162.4866.2647.65
Hex29CA9B5001715a24230
Octal513122331200272524210260
Binary1010011100101010011011101000001011110101101000101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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