Html Css Color HEX #29A58B Niagara

📋 copy color: '#29A58B'

red 41 ◦ green 165 ◦ blue 139

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

Shades of Niagara #29A58B

Tints of Niagara #29A58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.83%

 BLUE value IS 139 (54.69% from 255) = 40.29%

R = 11.88%
G = 47.83%
B = 40.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#29A58B (or 0x29A58B) is known color: Niagara. HEX triplet: 29, A5 and 8B. RGB value is (41,165,139). Sum of RGB (Red+Green+Blue) = 41+165+139=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #29A58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A58B is #D65A74. Grayscale: #7C7C7C. Windows color (decimal): -14047861 or 9151785. OLE color: 9151785.

HSL color Cylindrical-coordinate representation of color #29A58B: hue angle of 167.42º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A58B is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 165 139 -
CMYK 0.75 0 0.16 0.35
HSL 167.42º 0.6% 0.4% -
HSV(B) 167.42º 0.75% 0.65% -
XYZ 19.03 29.25 29.07 -
YUV 124.96 135.92 68.11 -
System Red Green Blue C M Y K H S L
Decimal 41 165 139 0.75 0 0.16 0.35 167.42 0.6 0.4
Hex 29 A5 8B 4B 0 10 23 A7 3C 28
Octal 51 245 213 113 0 20 43 247 74 50
Binary 101001 10100101 10001011 1001011 0 10000 100011 10100111 111100 101000

Color Harmonies of #29A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A58B

Black with #29A58B

Text Example


Text Example

White with #29A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,165,139); }

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

background-color css

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

 a { background-color: rgb(41,165,139); }

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

border-color css

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

 span { border-color: rgb(41,165,139); }

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