#31B59C

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

Shades of Niagara #31B59C

Tints of Niagara #31B59C

Color information

#31B59C (or 0x31B59C) is unknown color: approx Niagara. HEX triplet: 31, B5 and 9C. RGB value is (49,181,156). Sum of RGB (Red+Green+Blue) = 49+181+156=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #31B59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B59C is #CE4A63. Grayscale: #8A8A8A. Windows color (decimal): -13519460 or 10270001. OLE color: 10270001.

HSL color Cylindrical-coordinate representation of color #31B59C: hue angle of 168.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B59C is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB49181156-
CMYK0.7300.140.29
HSL168.64º57.39%45.1%-
HSV(B)168.64º72.93%70.98%-
XYZ23.7936.137.17-
YUV138.68137.7764.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.69%
GREEN value IS 181 (71.09% from 255) = 46.89%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=12.69%
G=46.89%
B=40.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491811560.7300.140.29168.6457.3945.1
Hex31B59C490E1Da9392d
Octal61265234111016352517155
Binary11000110110101100111001001001011101110110101001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31B59C; }

 p { color: rgb(49,181,156); }

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

<style>
 a { background-color: #31B59C; }

 a { background-color: rgb(49,181,156); }

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

<style>
 span { border-color: #31B59C; }

 span { border-color: rgb(49,181,156); }

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