#299E8D

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

Shades of Niagara #299E8D

Tints of Niagara #299E8D

Color information

#299E8D (or 0x299E8D) is unknown color: approx Niagara. HEX triplet: 29, 9E and 8D. RGB value is (41,158,141). Sum of RGB (Red+Green+Blue) = 41+158+141=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 158 (62.11% from 255 or 46.47% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 158 - color contains mainly: green. Hex color #299E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299E8D is #D66172. Grayscale: #797979. Windows color (decimal): -14049651 or 9281065. OLE color: 9281065.

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

Color convert

RGB41158141-
CMYK0.7400.110.38
HSL171.28º58.79%39.02%-
HSV(B)171.28º74.05%61.96%-
XYZ17.9526.8529.44-
YUV121.08139.2470.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 158 (62.11% from 255) = 46.47%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=12.06%
G=46.47%
B=41.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581410.7400.110.38171.2858.7939.02
Hex299E8D4A0B26ab3b27
Octal51236215112013462537347
Binary101001100111101000110110010100101110011010101011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,158,141); }

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

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

 a { background-color: rgb(41,158,141); }

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

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

 span { border-color: rgb(41,158,141); }

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