Html Css Color HEX #29D6AB Shamrock

📋 copy color: '#29D6AB'

red 41 ◦ green 214 ◦ blue 171

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

Shades of Shamrock #29D6AB

Tints of Shamrock #29D6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.23%

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 9.62%
G = 50.23%
B = 40.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#29D6AB (or 0x29D6AB) is known color: Shamrock. HEX triplet: 29, D6 and AB. RGB value is (41,214,171). Sum of RGB (Red+Green+Blue) = 41+214+171=426 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.62% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #29D6AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29D6AB is #D62954. Grayscale: #9D9D9D. Windows color (decimal): -14035285 or 11261481. OLE color: 11261481.

HSL color Cylindrical-coordinate representation of color #29D6AB: hue angle of 165.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D6AB is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 214 171 -
CMYK 0.81 0 0.20 0.16
HSL 165.09º 0.68% 0.5% -
HSV(B) 165.09º 0.81% 0.84% -
XYZ 32.31 51.5 46.77 -
YUV 157.37 135.69 45 -
System Red Green Blue C M Y K H S L
Decimal 41 214 171 0.81 0 0.20 0.16 165.09 0.68 0.5
Hex 29 D6 AB 51 0 14 10 A5 44 32
Octal 51 326 253 121 0 24 20 245 104 62
Binary 101001 11010110 10101011 1010001 0 10100 10000 10100101 1000100 110010

Color Harmonies of #29D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29D6AB

Black with #29D6AB

Text Example


Text Example

White with #29D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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