#29B298

Color #29B298 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #29B298

Tints of Niagara #29B298

Color information

#29B298 (or 0x29B298) is unknown color: approx Niagara. HEX triplet: 29, B2 and 98. RGB value is (41,178,152). Sum of RGB (Red+Green+Blue) = 41+178+152=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #29B298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29B298 is #D64D67. Grayscale: #868686. Windows color (decimal): -14044520 or 10007081. OLE color: 10007081.

HSL color Cylindrical-coordinate representation of color #29B298: hue angle of 168.61º 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 #29B298 is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB41178152-
CMYK0.7700.150.30
HSL168.61º62.56%42.94%-
HSV(B)168.61º76.97%69.8%-
XYZ22.534.5835.19-
YUV134.07138.1161.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.05%
GREEN value IS 178 (69.92% from 255) = 47.98%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=11.05%
G=47.98%
B=40.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal411781520.7700.150.30168.6162.5642.94
Hex29B2984D0F1Ea93f2b
Octal51262230115017362517753
Binary10100110110010100110001001101011111111010101001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29B298;
 }
 .AnyTagClassName
 {
   color: #29B298;
 }
</style>
background-color css

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

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

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

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

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

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