Html Css Color HEX #29A88E Niagara

📋 copy color: '#29A88E'

red 41 ◦ green 168 ◦ blue 142

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

Shades of Niagara #29A88E

Tints of Niagara #29A88E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.86%

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 11.68%
G = 47.86%
B = 40.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#29A88E (or 0x29A88E) is known color: Niagara. HEX triplet: 29, A8 and 8E. RGB value is (41,168,142). Sum of RGB (Red+Green+Blue) = 41+168+142=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #29A88E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A88E is #D65771. Grayscale: #7F7F7F. Windows color (decimal): -14047090 or 9349161. OLE color: 9349161.

HSL color Cylindrical-coordinate representation of color #29A88E: hue angle of 167.72º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29A88E is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 41 168 142 -
CMYK 0.76 0 0.15 0.34
HSL 167.72º 0.61% 0.41% -
HSV(B) 167.72º 0.76% 0.66% -
XYZ 19.8 30.43 30.42 -
YUV 127.06 136.42 66.61 -
System Red Green Blue C M Y K H S L
Decimal 41 168 142 0.76 0 0.15 0.34 167.72 0.61 0.41
Hex 29 A8 8E 4C 0 F 22 A8 3D 29
Octal 51 250 216 114 0 17 42 250 75 51
Binary 101001 10101000 10001110 1001100 0 1111 100010 10101000 111101 101001

Color Harmonies of #29A88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A88E

Black with #29A88E

Text Example


Text Example

White with #29A88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,168,142); }

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

background-color css

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

 a { background-color: rgb(41,168,142); }

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

border-color css

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

 span { border-color: rgb(41,168,142); }

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