Html Css Color HEX #29A48B Niagara

📋 copy color: '#29A48B'

red 41 ◦ green 164 ◦ blue 139

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

Shades of Niagara #29A48B

Tints of Niagara #29A48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.67%

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

R = 11.92%
G = 47.67%
B = 40.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#29A48B (or 0x29A48B) is known color: Niagara. HEX triplet: 29, A4 and 8B. RGB value is (41,164,139). Sum of RGB (Red+Green+Blue) = 41+164+139=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #29A48B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A48B is #D65B74. Grayscale: #7C7C7C. Windows color (decimal): -14048117 or 9151529. OLE color: 9151529.

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

Color convert

RGB 41 164 139 -
CMYK 0.75 0 0.15 0.36
HSL 167.8º 0.6% 0.4% -
HSV(B) 167.8º 0.75% 0.64% -
XYZ 18.85 28.89 29.01 -
YUV 124.37 136.25 68.53 -
System Red Green Blue C M Y K H S L
Decimal 41 164 139 0.75 0 0.15 0.36 167.8 0.6 0.4
Hex 29 A4 8B 4B 0 F 24 A8 3C 28
Octal 51 244 213 113 0 17 44 250 74 50
Binary 101001 10100100 10001011 1001011 0 1111 100100 10101000 111100 101000

Color Harmonies of #29A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A48B

Black with #29A48B

Text Example


Text Example

White with #29A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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