#299D89

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

Shades of Niagara #299D89

Tints of Niagara #299D89

Color information

#299D89 (or 0x299D89) is unknown color: approx Niagara. HEX triplet: 29, 9D and 89. RGB value is (41,157,137). Sum of RGB (Red+Green+Blue) = 41+157+137=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #299D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D89 is #D66276. Grayscale: #787878. Windows color (decimal): -14049911 or 9018665. OLE color: 9018665.

HSL color Cylindrical-coordinate representation of color #299D89: hue angle of 169.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299D89 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB41157137-
CMYK0.7400.130.38
HSL169.66º58.59%38.82%-
HSV(B)169.66º73.89%61.57%-
XYZ17.4926.3927.84-
YUV120.04137.5771.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.24%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=12.24%
G=46.87%
B=40.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411571370.7400.130.38169.6658.5938.82
Hex299D894A0D26aa3b27
Octal51235211112015462527347
Binary101001100111011000100110010100110110011010101010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299D89; }

 p { color: rgb(41,157,137); }

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

<style>
 a { background-color: #299D89; }

 a { background-color: rgb(41,157,137); }

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

<style>
 span { border-color: #299D89; }

 span { border-color: rgb(41,157,137); }

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