#299F83

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

Shades of Niagara #299F83

Tints of Niagara #299F83

Color information

#299F83 (or 0x299F83) is unknown color: approx Niagara. HEX triplet: 29, 9F and 83. RGB value is (41,159,131). Sum of RGB (Red+Green+Blue) = 41+159+131=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #299F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F83 is #D6607C. Grayscale: #787878. Windows color (decimal): -14049405 or 8625961. OLE color: 8625961.

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

Color convert

RGB41159131-
CMYK0.7400.180.38
HSL165.76º59%39.22%-
HSV(B)165.76º74.21%62.35%-
XYZ17.4126.9125.75-
YUV120.53133.9171.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=12.39%
G=48.04%
B=39.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411591310.7400.180.38165.765939.22
Hex299F834A01226a63b27
Octal51237203112022462467347
Binary1010011001111110000011100101001001010011010100110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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