Html Css Color HEX #29AC8B Niagara

📋 copy color: '#29AC8B'

red 41 ◦ green 172 ◦ blue 139

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

Shades of Niagara #29AC8B

Tints of Niagara #29AC8B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.86%

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

R = 11.65%
G = 48.86%
B = 39.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#29AC8B (or 0x29AC8B) is known color: Niagara. HEX triplet: 29, AC and 8B. RGB value is (41,172,139). Sum of RGB (Red+Green+Blue) = 41+172+139=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #29AC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AC8B is #D65374. Grayscale: #818181. Windows color (decimal): -14046069 or 9153577. OLE color: 9153577.

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

Color convert

RGB 41 172 139 -
CMYK 0.76 0 0.19 0.33
HSL 164.89º 0.62% 0.42% -
HSV(B) 164.89º 0.76% 0.67% -
XYZ 20.33 31.84 29.5 -
YUV 129.07 133.6 65.18 -
System Red Green Blue C M Y K H S L
Decimal 41 172 139 0.76 0 0.19 0.33 164.89 0.62 0.42
Hex 29 AC 8B 4C 0 13 21 A5 3E 2A
Octal 51 254 213 114 0 23 41 245 76 52
Binary 101001 10101100 10001011 1001100 0 10011 100001 10100101 111110 101010

Color Harmonies of #29AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29AC8B

Black with #29AC8B

Text Example


Text Example

White with #29AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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