#299F88

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

Shades of Niagara #299F88

Tints of Niagara #299F88

Color information

#299F88 (or 0x299F88) is unknown color: approx Niagara. HEX triplet: 29, 9F and 88. RGB value is (41,159,136). Sum of RGB (Red+Green+Blue) = 41+159+136=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #299F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F88 is #D66077. Grayscale: #797979. Windows color (decimal): -14049400 or 8953641. OLE color: 8953641.

HSL color Cylindrical-coordinate representation of color #299F88: hue angle of 168.31º 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 #299F88 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB41159136-
CMYK0.7400.140.38
HSL168.31º59%39.22%-
HSV(B)168.31º74.21%62.35%-
XYZ17.7627.0527.58-
YUV121.1136.4170.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.20%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=12.20%
G=47.32%
B=40.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411591360.7400.140.38168.315939.22
Hex299F884A0E26a83b27
Octal51237210112016462507347
Binary101001100111111000100010010100111010011010101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,159,136); }

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

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

 a { background-color: rgb(41,159,136); }

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

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

 span { border-color: rgb(41,159,136); }

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