#299E84

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

Shades of Niagara #299E84

Tints of Niagara #299E84

Color information

#299E84 (or 0x299E84) is unknown color: approx Niagara. HEX triplet: 29, 9E and 84. RGB value is (41,158,132). Sum of RGB (Red+Green+Blue) = 41+158+132=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #299E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299E84 is #D6617B. Grayscale: #787878. Windows color (decimal): -14049660 or 8691241. OLE color: 8691241.

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

Color convert

RGB41158132-
CMYK0.7400.160.38
HSL166.67º58.79%39.02%-
HSV(B)166.67º74.05%61.96%-
XYZ17.3126.5926.05-
YUV120.05134.7471.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 158 (62.11% from 255) = 47.73%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=12.39%
G=47.73%
B=39.88%

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
Decimal411581320.7400.160.38166.6758.7939.02
Hex299E844A01026a73b27
Octal51236204112020462477347
Binary1010011001111010000100100101001000010011010100111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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