#299A84

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

Shades of Niagara #299A84

Tints of Niagara #299A84

Color information

#299A84 (or 0x299A84) is unknown color: approx Niagara. HEX triplet: 29, 9A and 84. RGB value is (41,154,132). Sum of RGB (Red+Green+Blue) = 41+154+132=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #299A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299A84 is #D6657B. Grayscale: #757575. Windows color (decimal): -14050684 or 8690217. OLE color: 8690217.

HSL color Cylindrical-coordinate representation of color #299A84: hue angle of 168.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299A84 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB41154132-
CMYK0.7300.140.40
HSL168.32º57.95%38.24%-
HSV(B)168.32º73.38%60.39%-
XYZ16.6325.2525.83-
YUV117.7136.0673.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 154 (60.55% from 255) = 47.09%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=12.54%
G=47.09%
B=40.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411541320.7300.140.40168.3257.9538.24
Hex299A84490E28a83a26
Octal51232204111016502507246
Binary101001100110101000010010010010111010100010101000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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