#31B49A

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

Shades of Niagara #31B49A

Tints of Niagara #31B49A

Color information

#31B49A (or 0x31B49A) is unknown color: approx Niagara. HEX triplet: 31, B4 and 9A. RGB value is (49,180,154). Sum of RGB (Red+Green+Blue) = 49+180+154=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #31B49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B49A is #CE4B65. Grayscale: #898989. Windows color (decimal): -13519718 or 10138673. OLE color: 10138673.

HSL color Cylindrical-coordinate representation of color #31B49A: hue angle of 168.09º 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 #31B49A is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB49180154-
CMYK0.7300.140.29
HSL168.09º57.21%44.9%-
HSV(B)168.09º72.78%70.59%-
XYZ23.4235.6336.21-
YUV137.87137.164.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.79%
GREEN value IS 180 (70.70% from 255) = 47.00%
BLUE value IS 154 (60.55% from 255) = 40.21%
R=12.79%
G=47.00%
B=40.21%

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
Decimal491801540.7300.140.29168.0957.2144.9
Hex31B49A490E1Da8392d
Octal61264232111016352507155
Binary11000110110100100110101001001011101110110101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,180,154); }

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

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

 a { background-color: rgb(49,180,154); }

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

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

 span { border-color: rgb(49,180,154); }

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