Html Css Color HEX #29CA9D Shamrock

📋 copy color: '#29CA9D'

red 41 ◦ green 202 ◦ blue 157

#29CA9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #29CA9D

Tints of Shamrock #29CA9D

RGB

 RED value IS 41 (16.41% from 255) = 10.25%

 GREEN value IS 202 (79.3% from 255) = 50.5%

 BLUE value IS 157 (61.72% from 255) = 39.25%

R = 10.25%
G = 50.5%
B = 39.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#29CA9D (or 0x29CA9D) is known color: Shamrock. HEX triplet: 29, CA and 9D. RGB value is (41,202,157). Sum of RGB (Red+Green+Blue) = 41+202+157=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CA9D is #D63562. Grayscale: #949494. Windows color (decimal): -14038371 or 10340905. OLE color: 10340905.

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

Color convert

RGB 41 202 157 -
CMYK 0.80 0 0.22 0.21
HSL 163.23º 0.66% 0.48% -
HSV(B) 163.23º 0.8% 0.79% -
XYZ 28.12 45.15 39.13 -
YUV 148.73 132.66 51.16 -
System Red Green Blue C M Y K H S L
Decimal 41 202 157 0.80 0 0.22 0.21 163.23 0.66 0.48
Hex 29 CA 9D 50 0 16 15 A3 42 30
Octal 51 312 235 120 0 26 25 243 102 60
Binary 101001 11001010 10011101 1010000 0 10110 10101 10100011 1000010 110000

Color Harmonies of #29CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CA9D

Black with #29CA9D

Text Example


Text Example

White with #29CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29CA9D;
 }
 .AnyTagClassName
 {
   color: #29CA9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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