#299D8E

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

Shades of Niagara #299D8E

Tints of Niagara #299D8E

Color information

#299D8E (or 0x299D8E) is unknown color: approx Niagara. HEX triplet: 29, 9D and 8E. RGB value is (41,157,142). Sum of RGB (Red+Green+Blue) = 41+157+142=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #299D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D8E is #D66271. Grayscale: #787878. Windows color (decimal): -14049906 or 9346345. OLE color: 9346345.

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

Color convert

RGB41157142-
CMYK0.7400.100.38
HSL172.24º58.59%38.82%-
HSV(B)172.24º73.89%61.57%-
XYZ17.8526.5429.77-
YUV120.61140.0771.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 157 (61.72% from 255) = 46.18%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=12.06%
G=46.18%
B=41.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411571420.7400.100.38172.2458.5938.82
Hex299D8E4A0A26ac3b27
Octal51235216112012462547347
Binary101001100111011000111010010100101010011010101100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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