#299D84

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

Shades of Niagara #299D84

Tints of Niagara #299D84

Color information

#299D84 (or 0x299D84) is unknown color: approx Niagara. HEX triplet: 29, 9D and 84. RGB value is (41,157,132). Sum of RGB (Red+Green+Blue) = 41+157+132=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #299D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D84 is #D6627B. Grayscale: #777777. Windows color (decimal): -14049916 or 8690985. OLE color: 8690985.

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

Color convert

RGB41157132-
CMYK0.7400.160.38
HSL167.07º58.59%38.82%-
HSV(B)167.07º73.89%61.57%-
XYZ17.1426.2525.99-
YUV119.47135.0772.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.42%
GREEN value IS 157 (61.72% from 255) = 47.58%
BLUE value IS 132 (51.95% from 255) = 40%
R=12.42%
G=47.58%
B=40%

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
Decimal411571320.7400.160.38167.0758.5938.82
Hex299D844A01026a73b27
Octal51235204112020462477347
Binary1010011001110110000100100101001000010011010100111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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