Html Css Color HEX #29AD8D Niagara

📋 copy color: '#29AD8D'

red 41 ◦ green 173 ◦ blue 141

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

Shades of Niagara #29AD8D

Tints of Niagara #29AD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.73%

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 11.55%
G = 48.73%
B = 39.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#29AD8D (or 0x29AD8D) is known color: Niagara. HEX triplet: 29, AD and 8D. RGB value is (41,173,141). Sum of RGB (Red+Green+Blue) = 41+173+141=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #29AD8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AD8D is #D65272. Grayscale: #818181. Windows color (decimal): -14045811 or 9284905. OLE color: 9284905.

HSL color Cylindrical-coordinate representation of color #29AD8D: hue angle of 165.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29AD8D is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 173 141 -
CMYK 0.76 0 0.18 0.32
HSL 165.45º 0.62% 0.42% -
HSV(B) 165.45º 0.76% 0.68% -
XYZ 20.67 32.28 30.34 -
YUV 129.88 134.27 64.6 -
System Red Green Blue C M Y K H S L
Decimal 41 173 141 0.76 0 0.18 0.32 165.45 0.62 0.42
Hex 29 AD 8D 4C 0 12 20 A5 3E 2A
Octal 51 255 215 114 0 22 40 245 76 52
Binary 101001 10101101 10001101 1001100 0 10010 100000 10100101 111110 101010

Color Harmonies of #29AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AD8D

Black with #29AD8D

Text Example


Text Example

White with #29AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,173,141); }

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

background-color css

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

 a { background-color: rgb(41,173,141); }

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

border-color css

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

 span { border-color: rgb(41,173,141); }

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