Html Css Color HEX #29CA9F Shamrock

📋 copy color: '#29CA9F'

red 41 ◦ green 202 ◦ blue 159

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

Shades of Shamrock #29CA9F

Tints of Shamrock #29CA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 10.2%
G = 50.25%
B = 39.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#29CA9F (or 0x29CA9F) is known color: Shamrock. HEX triplet: 29, CA and 9F. RGB value is (41,202,159). Sum of RGB (Red+Green+Blue) = 41+202+159=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #29CA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CA9F is #D63560. Grayscale: #949494. Windows color (decimal): -14038369 or 10471977. OLE color: 10471977.

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

Color convert

RGB 41 202 159 -
CMYK 0.80 0 0.21 0.21
HSL 163.98º 0.66% 0.48% -
HSV(B) 163.98º 0.8% 0.79% -
XYZ 28.29 45.22 40.04 -
YUV 148.96 133.66 51 -
System Red Green Blue C M Y K H S L
Decimal 41 202 159 0.80 0 0.21 0.21 163.98 0.66 0.48
Hex 29 CA 9F 50 0 15 15 A4 42 30
Octal 51 312 237 120 0 25 25 244 102 60
Binary 101001 11001010 10011111 1010000 0 10101 10101 10100100 1000010 110000

Color Harmonies of #29CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29CA9F

Black with #29CA9F

Text Example


Text Example

White with #29CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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