Html Css Color HEX #29A698 Niagara

📋 copy color: '#29A698'

red 41 ◦ green 166 ◦ blue 152

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

Shades of Niagara #29A698

Tints of Niagara #29A698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.24%

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 11.42%
G = 46.24%
B = 42.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#29A698 (or 0x29A698) is known color: Niagara. HEX triplet: 29, A6 and 98. RGB value is (41,166,152). Sum of RGB (Red+Green+Blue) = 41+166+152=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #29A698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A698 is #D65967. Grayscale: #7E7E7E. Windows color (decimal): -14047592 or 10004009. OLE color: 10004009.

HSL color Cylindrical-coordinate representation of color #29A698: hue angle of 173.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A698 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 166 152 -
CMYK 0.75 0 0.08 0.35
HSL 173.28º 0.6% 0.41% -
HSV(B) 173.28º 0.75% 0.65% -
XYZ 20.22 30.01 34.43 -
YUV 127.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 41 166 152 0.75 0 0.08 0.35 173.28 0.6 0.41
Hex 29 A6 98 4B 0 8 23 AD 3C 29
Octal 51 246 230 113 0 10 43 255 74 51
Binary 101001 10100110 10011000 1001011 0 1000 100011 10101101 111100 101001

Color Harmonies of #29A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A698

Black with #29A698

Text Example


Text Example

White with #29A698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,166,152); }

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

background-color css

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

 a { background-color: rgb(41,166,152); }

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

border-color css

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

 span { border-color: rgb(41,166,152); }

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