Html Css Color HEX #29B69A Niagara

📋 copy color: '#29B69A'

red 41 ◦ green 182 ◦ blue 154

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

Shades of Niagara #29B69A

Tints of Niagara #29B69A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.28%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 10.88%
G = 48.28%
B = 40.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#29B69A (or 0x29B69A) is known color: Niagara. HEX triplet: 29, B6 and 9A. RGB value is (41,182,154). Sum of RGB (Red+Green+Blue) = 41+182+154=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #29B69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B69A is #D64965. Grayscale: #888888. Windows color (decimal): -14043494 or 10139177. OLE color: 10139177.

HSL color Cylindrical-coordinate representation of color #29B69A: hue angle of 168.09º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B69A is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 182 154 -
CMYK 0.77 0 0.15 0.29
HSL 168.09º 0.63% 0.44% -
HSV(B) 168.09º 0.77% 0.71% -
XYZ 23.48 36.26 36.33 -
YUV 136.65 137.79 59.78 -
System Red Green Blue C M Y K H S L
Decimal 41 182 154 0.77 0 0.15 0.29 168.09 0.63 0.44
Hex 29 B6 9A 4D 0 F 1D A8 3F 2C
Octal 51 266 232 115 0 17 35 250 77 54
Binary 101001 10110110 10011010 1001101 0 1111 11101 10101000 111111 101100

Color Harmonies of #29B69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B69A

Black with #29B69A

Text Example


Text Example

White with #29B69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,182,154); }

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

background-color css

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

 a { background-color: rgb(41,182,154); }

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

border-color css

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

 span { border-color: rgb(41,182,154); }

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