#299F87

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

Shades of Niagara #299F87

Tints of Niagara #299F87

Color information

#299F87 (or 0x299F87) is unknown color: approx Niagara. HEX triplet: 29, 9F and 87. RGB value is (41,159,135). Sum of RGB (Red+Green+Blue) = 41+159+135=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #299F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F87 is #D66078. Grayscale: #787878. Windows color (decimal): -14049401 or 8888105. OLE color: 8888105.

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

Color convert

RGB41159135-
CMYK0.7400.150.38
HSL167.8º59%39.22%-
HSV(B)167.8º74.21%62.35%-
XYZ17.6927.0227.2-
YUV120.98135.9170.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.24%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=12.24%
G=47.46%
B=40.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411591350.7400.150.38167.85939.22
Hex299F874A0F26a83b27
Octal51237207112017462507347
Binary101001100111111000011110010100111110011010101000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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