Html Css Color HEX #29B293 Niagara

📋 copy color: '#29B293'

red 41 ◦ green 178 ◦ blue 147

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

Shades of Niagara #29B293

Tints of Niagara #29B293

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.63%

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

R = 11.2%
G = 48.63%
B = 40.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#29B293 (or 0x29B293) is known color: Niagara. HEX triplet: 29, B2 and 93. RGB value is (41,178,147). Sum of RGB (Red+Green+Blue) = 41+178+147=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #29B293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B293 is #D64D6C. Grayscale: #858585. Windows color (decimal): -14044525 or 9679401. OLE color: 9679401.

HSL color Cylindrical-coordinate representation of color #29B293: hue angle of 166.42º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B293 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 41 178 147 -
CMYK 0.77 0 0.17 0.30
HSL 166.42º 0.63% 0.43% -
HSV(B) 166.42º 0.77% 0.7% -
XYZ 22.1 34.42 33.08 -
YUV 133.5 135.61 62.02 -
System Red Green Blue C M Y K H S L
Decimal 41 178 147 0.77 0 0.17 0.30 166.42 0.63 0.43
Hex 29 B2 93 4D 0 11 1E A6 3F 2B
Octal 51 262 223 115 0 21 36 246 77 53
Binary 101001 10110010 10010011 1001101 0 10001 11110 10100110 111111 101011

Color Harmonies of #29B293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B293

Black with #29B293

Text Example


Text Example

White with #29B293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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