#299F85

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

Shades of Niagara #299F85

Tints of Niagara #299F85

Color information

#299F85 (or 0x299F85) is unknown color: approx Niagara. HEX triplet: 29, 9F and 85. RGB value is (41,159,133). Sum of RGB (Red+Green+Blue) = 41+159+133=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #299F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F85 is #D6607A. Grayscale: #787878. Windows color (decimal): -14049403 or 8757033. OLE color: 8757033.

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

Color convert

RGB41159133-
CMYK0.7400.160.38
HSL166.78º59%39.22%-
HSV(B)166.78º74.21%62.35%-
XYZ17.5526.9626.47-
YUV120.75134.9171.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.31%
GREEN value IS 159 (62.5% from 255) = 47.75%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=12.31%
G=47.75%
B=39.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411591330.7400.160.38166.785939.22
Hex299F854A01026a73b27
Octal51237205112020462477347
Binary1010011001111110000101100101001000010011010100111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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