Html Css Color HEX #29AE93 Niagara

📋 copy color: '#29AE93'

red 41 ◦ green 174 ◦ blue 147

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

Shades of Niagara #29AE93

Tints of Niagara #29AE93

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.07%

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 11.33%
G = 48.07%
B = 40.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#29AE93 (or 0x29AE93) is known color: Niagara. HEX triplet: 29, AE and 93. RGB value is (41,174,147). Sum of RGB (Red+Green+Blue) = 41+174+147=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #29AE93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AE93 is #D6516C. Grayscale: #838383. Windows color (decimal): -14045549 or 9678377. OLE color: 9678377.

HSL color Cylindrical-coordinate representation of color #29AE93: hue angle of 167.82º 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 #29AE93 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 174 147 -
CMYK 0.76 0 0.16 0.32
HSL 167.82º 0.62% 0.42% -
HSV(B) 167.82º 0.76% 0.68% -
XYZ 21.32 32.85 32.82 -
YUV 131.16 136.94 63.7 -
System Red Green Blue C M Y K H S L
Decimal 41 174 147 0.76 0 0.16 0.32 167.82 0.62 0.42
Hex 29 AE 93 4C 0 10 20 A8 3E 2A
Octal 51 256 223 114 0 20 40 250 76 52
Binary 101001 10101110 10010011 1001100 0 10000 100000 10101000 111110 101010

Color Harmonies of #29AE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AE93

Black with #29AE93

Text Example


Text Example

White with #29AE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,174,147); }

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

background-color css

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

 a { background-color: rgb(41,174,147); }

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

border-color css

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

 span { border-color: rgb(41,174,147); }

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