#31B39C

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

Shades of Niagara #31B39C

Tints of Niagara #31B39C

Color information

#31B39C (or 0x31B39C) is unknown color: approx Niagara. HEX triplet: 31, B3 and 9C. RGB value is (49,179,156). Sum of RGB (Red+Green+Blue) = 49+179+156=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #31B39C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31B39C is #CE4C63. Grayscale: #898989. Windows color (decimal): -13519972 or 10269489. OLE color: 10269489.

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

Color convert

RGB49179156-
CMYK0.7300.130.30
HSL169.38º57.02%44.71%-
HSV(B)169.38º72.63%70.2%-
XYZ23.3935.2937.03-
YUV137.51138.4364.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.76%
GREEN value IS 179 (70.31% from 255) = 46.61%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=12.76%
G=46.61%
B=40.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal491791560.7300.130.30169.3857.0244.71
Hex31B39C490D1Ea9392d
Octal61263234111015362517155
Binary11000110110011100111001001001011011111010101001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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