Html Css Color HEX #29B18E Niagara

📋 copy color: '#29B18E'

red 41 ◦ green 177 ◦ blue 142

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

Shades of Niagara #29B18E

Tints of Niagara #29B18E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.17%

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

R = 11.39%
G = 49.17%
B = 39.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#29B18E (or 0x29B18E) is known color: Niagara. HEX triplet: 29, B1 and 8E. RGB value is (41,177,142). Sum of RGB (Red+Green+Blue) = 41+177+142=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #29B18E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B18E is #D64E71. Grayscale: #848484. Windows color (decimal): -14044786 or 9351465. OLE color: 9351465.

HSL color Cylindrical-coordinate representation of color #29B18E: hue angle of 164.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B18E is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 177 142 -
CMYK 0.77 0 0.20 0.31
HSL 164.56º 0.62% 0.43% -
HSV(B) 164.56º 0.77% 0.69% -
XYZ 21.52 33.87 30.99 -
YUV 132.35 133.44 62.85 -
System Red Green Blue C M Y K H S L
Decimal 41 177 142 0.77 0 0.20 0.31 164.56 0.62 0.43
Hex 29 B1 8E 4D 0 14 1F A5 3E 2B
Octal 51 261 216 115 0 24 37 245 76 53
Binary 101001 10110001 10001110 1001101 0 10100 11111 10100101 111110 101011

Color Harmonies of #29B18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B18E

Black with #29B18E

Text Example


Text Example

White with #29B18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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